diff options
author | teor <teor@torproject.org> | 2019-11-05 12:01:29 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-05 12:01:29 +1000 |
commit | 8b91fa707573e59dedaa09afdbcbf766e57ff750 (patch) | |
tree | 48c9a65244c2a5c47708d6a57f39b1054acc3966 /src/test/test_options.c | |
parent | 81972353cbd129984b7cf519bc10a726592793b3 (diff) | |
download | tor-8b91fa707573e59dedaa09afdbcbf766e57ff750.tar.gz tor-8b91fa707573e59dedaa09afdbcbf766e57ff750.zip |
config: Run "make autostyle"
Part of 32213.
Diffstat (limited to 'src/test/test_options.c')
-rw-r--r-- | src/test/test_options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c index 8e673c09f6..c06fb998fb 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -112,7 +112,7 @@ clear_log_messages(void) #define ENABLE_AUTHORITY_V3 "" #define ENABLE_AUTHORITY_BRIDGE "" -#else +#else /* !defined(COCCI) */ #define ENABLE_AUTHORITY_MIN \ "AuthoritativeDirectory 1\n" @@ -144,7 +144,7 @@ clear_log_messages(void) ENABLE_AUTHORITY_BRIDGE_MIN \ AUTHORITY_OPT_REQ_ -#endif +#endif /* defined(COCCI) */ #define VALID_DIR_AUTH "DirAuthority dizum orport=443 v3ident=E8A9C45" \ "EDE6D711294FADF8E7951F4DE6CA56B58 194.109.206.212:80 7EA6 EAD6 FD83" \ |