diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-22 09:40:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 09:40:31 -0400 |
commit | 931a5db2a7ded73ddd72cb6646b506d49782f3ec (patch) | |
tree | 2f7d2e4850f2e8c698fdc53bded13c23704034cf /src/test/test_util.c | |
parent | b2d487ae2249a307cd23255dbb1a22241eefd6ef (diff) | |
download | tor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.tar.gz tor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.zip |
Re-run make autostyle.
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r-- | src/test/test_util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index 09978a13c9..3e4975fcd8 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -317,7 +317,7 @@ test_util_write_chunks_to_file(void *arg) _TFE(a, b, tm_min ); \ _TFE(a, b, tm_sec ); \ TT_STMT_END -#endif +#endif /* !defined(COCCI) */ static void test_util_time(void *arg) @@ -6284,7 +6284,7 @@ test_util_map_anon_nofork(void *arg) { "compress_dos/" #name, test_util_decompress_dos, 0, \ &compress_setup, \ (char*)(identifier) } -#endif +#endif /* !defined(COCCI) */ #ifdef _WIN32 #define UTIL_TEST_NO_WIN(n, f) { #n, NULL, TT_SKIP, NULL, NULL } |