summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-12-13 00:19:42 +0000
committerChris Wilson <chris+github@qwirx.com>2007-12-13 00:19:42 +0000
commitc708d8261d6fa0454bed75ac564c5beba6c359b9 (patch)
tree8d760019454ee1081741e1b40eff5d040d6bbff0
parent4d11f4b70d988c93d06f396a41de5c92ccf64f65 (diff)
Move comment, add whitespace.
-rw-r--r--test/bbackupd/testbbackupd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bbackupd/testbbackupd.cpp b/test/bbackupd/testbbackupd.cpp
index 0dc397e3..0624944c 100644
--- a/test/bbackupd/testbbackupd.cpp
+++ b/test/bbackupd/testbbackupd.cpp
@@ -752,8 +752,8 @@ struct dirent *readdir_test_hook_2(DIR *dir)
#ifndef PLATFORM_CLIB_FNS_INTERCEPTION_IMPOSSIBLE
intercept_setup_readdir_hook(NULL, NULL);
intercept_setup_lstat_hook (NULL, NULL);
-#endif
// we will not be called again.
+#endif
}
// fill in the struct dirent appropriately
@@ -772,6 +772,7 @@ struct dirent *readdir_test_hook_2(DIR *dir)
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