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_addr.c | |
parent | b2d487ae2249a307cd23255dbb1a22241eefd6ef (diff) | |
download | tor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.tar.gz tor-931a5db2a7ded73ddd72cb6646b506d49782f3ec.zip |
Re-run make autostyle.
Diffstat (limited to 'src/test/test_addr.c')
-rw-r--r-- | src/test/test_addr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_addr.c b/src/test/test_addr.c index 44f3cd9ec1..04380d1ccf 100644 --- a/src/test/test_addr.c +++ b/src/test/test_addr.c @@ -70,7 +70,7 @@ test_addr_basic(void *arg) TT_EXIT_TEST_FUNCTION \ ); \ STMT_END -#endif +#endif /* !defined(COCCI) */ /** Helper: Assert that two strings both decode as IPv6 addresses with * tor_inet_pton(), and both decode to the same address. */ @@ -138,7 +138,7 @@ test_addr_basic(void *arg) TT_DIE(("Failed: tor_addr_compare_masked(%s,%s,%d) %s 0", \ a, b, m, #op)); \ STMT_END -#endif +#endif /* !defined(COCCI) */ /** Helper: assert that <b>xx</b> is parseable as a masked IPv6 address with * ports by tor_parse_mask_addr_ports(), with family <b>f</b>, IP address |