[Box Backup-commit] COMMIT r1994 - box/trunk/test/bbackupd

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Thu, 13 Dec 2007 00:19:42 +0000 (UTC)


Author: chris
Date: 2007-12-13 00:19:42 +0000 (Thu, 13 Dec 2007)
New Revision: 1994

Modified:
   box/trunk/test/bbackupd/testbbackupd.cpp
Log:
Move comment, add whitespace.


Modified: box/trunk/test/bbackupd/testbbackupd.cpp
===================================================================
--- box/trunk/test/bbackupd/testbbackupd.cpp	2007-12-13 00:18:45 UTC (rev 1993)
+++ box/trunk/test/bbackupd/testbbackupd.cpp	2007-12-13 00:19:42 UTC (rev 1994)
@@ -752,8 +752,8 @@
 #ifndef PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
 		intercept_setup_readdir_hook(NULL, NULL);
 		intercept_setup_lstat_hook  (NULL, NULL);
+		// we will not be called again.
 #endif
-		// we will not be called again.
 	}
 
 	// fill in the struct dirent appropriately
@@ -772,6 +772,7 @@
 	snprintf(stat_hook_filename, sizeof(stat_hook_filename),
 		"testfiles/TestDir1/spacetest/d1/test.%d", 
 		readdir_test_counter);
+
 #ifndef PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
 	intercept_setup_lstat_hook(stat_hook_filename, lstat_test_hook);
 #endif