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/feature/dirauth/dirauth_config.h | |
parent | 81972353cbd129984b7cf519bc10a726592793b3 (diff) | |
download | tor-8b91fa707573e59dedaa09afdbcbf766e57ff750.tar.gz tor-8b91fa707573e59dedaa09afdbcbf766e57ff750.zip |
config: Run "make autostyle"
Part of 32213.
Diffstat (limited to 'src/feature/dirauth/dirauth_config.h')
-rw-r--r-- | src/feature/dirauth/dirauth_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/dirauth/dirauth_config.h b/src/feature/dirauth/dirauth_config.h index fbe4ec1a52..655ab0a7fa 100644 --- a/src/feature/dirauth/dirauth_config.h +++ b/src/feature/dirauth/dirauth_config.h @@ -39,7 +39,7 @@ int options_act_dirauth_mtbf(const or_options_t *old_options); int options_act_dirauth_stats(const or_options_t *old_options, bool *print_notice_out); -#else +#else /* !defined(HAVE_MODULE_DIRAUTH) */ /** When tor is compiled with the dirauth module disabled, it can't be * configured as a directory authority. |