diff options
author | teor <teor@torproject.org> | 2020-03-17 18:19:04 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-03-17 18:19:04 +1000 |
commit | 9c73f5adc4e766b6c5875deeb365f4e40a6caebc (patch) | |
tree | de33bb6449bce1be57425306302b1e667e699737 /src/test/test_util.c | |
parent | 49eec76c5e74e951245c84f495c72978eba2b52a (diff) | |
download | tor-9c73f5adc4e766b6c5875deeb365f4e40a6caebc.tar.gz tor-9c73f5adc4e766b6c5875deeb365f4e40a6caebc.zip |
Run "make autostyle"
Diffstat (limited to 'src/test/test_util.c')
-rw-r--r-- | src/test/test_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index fecd279096..a9cc54d8f6 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -6369,7 +6369,7 @@ test_util_map_anon_nofork(void *arg) #else #define UTIL_TEST_PWDB(n, f) UTIL_TEST(n, (f)) #endif -#endif +#endif /* !defined(COCCI) */ struct testcase_t util_tests[] = { UTIL_LEGACY(time), |