diff options
author | teor <teor@torproject.org> | 2020-04-29 22:07:35 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2020-04-29 22:08:33 +1000 |
commit | 3253c357eeae3434da62bf720a451aa19f0ddd32 (patch) | |
tree | bb7c65bbe1470de8d295cf91af2931cbf9362051 /src/test/test_hs_intropoint.c | |
parent | 6eec43161ad9e072d82da88163e748566b39d127 (diff) | |
download | tor-3253c357eeae3434da62bf720a451aa19f0ddd32.tar.gz tor-3253c357eeae3434da62bf720a451aa19f0ddd32.zip |
Run "make autostyle"
Diffstat (limited to 'src/test/test_hs_intropoint.c')
-rw-r--r-- | src/test/test_hs_intropoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_intropoint.c b/src/test/test_hs_intropoint.c index 3b6e3fd213..e6b27d7a50 100644 --- a/src/test/test_hs_intropoint.c +++ b/src/test/test_hs_intropoint.c @@ -764,7 +764,7 @@ test_introduce1_validation(void *arg) ret = validate_introduce1_parsed_cell(cell); tor_end_capture_bugs_(); tt_int_op(ret, OP_EQ, -1); -#endif +#endif /* !defined(ALL_BUGS_ARE_FATAL) */ /* Reset legacy ID and make sure it's correct. */ memset(cell->legacy_key_id, 0, sizeof(cell->legacy_key_id)); |