[Box Backup-commit] COMMIT r1417 - box/chris/general/lib/common
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 10 Mar 2007 19:23:37 +0000
Author: chris
Date: 2007-03-10 19:23:37 +0000 (Sat, 10 Mar 2007)
New Revision: 1417
Modified:
box/chris/general/lib/common/Test.h
Log:
Revert to original indentation
Modified: box/chris/general/lib/common/Test.h
===================================================================
--- box/chris/general/lib/common/Test.h 2007-03-10 19:21:10 UTC (rev 1416)
+++ box/chris/general/lib/common/Test.h 2007-03-10 19:23:37 UTC (rev 1417)
@@ -309,8 +309,7 @@
inline void TestRemoteProcessMemLeaksFunc(const char *filename,
const char* file, int line)
{
- #ifdef BOX_MEMORY_LEAK_TESTING
-
+#ifdef BOX_MEMORY_LEAK_TESTING
// Does the file exist?
if(!TestFileExists(filename))
{
@@ -348,8 +347,7 @@
// Delete it
::unlink(filename);
}
-
- #endif
+#endif
}
#ifdef WIN32