replace tabs space
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@334 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
570f0ed652
commit
7fe4c81ff0
28 changed files with 799 additions and 778 deletions
|
@ -58,7 +58,7 @@ void TestCase(const string& fmt, T value) {
|
|||
#ifdef _MSC_VER
|
||||
const int i2 = _snprintf(buf, sizeof(buf), fmt.c_str(), value);
|
||||
#else
|
||||
const int i2 = snprintf(buf, sizeof(buf), fmt.c_str(), value);
|
||||
const int i2 = snprintf(buf, sizeof(buf), fmt.c_str(), value);
|
||||
#endif
|
||||
|
||||
if (i1 != i2 || s != buf) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue