From c708d8261d6fa0454bed75ac564c5beba6c359b9 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 13 Dec 2007 00:19:42 +0000 Subject: Move comment, add whitespace. --- test/bbackupd/testbbackupd.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3