diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-16 13:27:42 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-16 13:27:42 -0400 |
commit | 68a0106bf32988e1e085bbeaf843d3525e154c95 (patch) | |
tree | cbd505e5303a06a3369772be570fd5592bade03d /src/feature/dirauth/reachability.h | |
parent | 7cd68b04def1c0256b98248d18680e4e4ed92071 (diff) | |
download | tor-68a0106bf32988e1e085bbeaf843d3525e154c95.tar.gz tor-68a0106bf32988e1e085bbeaf843d3525e154c95.zip |
Run "make autostyle" and fix wide lines.
Diffstat (limited to 'src/feature/dirauth/reachability.h')
-rw-r--r-- | src/feature/dirauth/reachability.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/dirauth/reachability.h b/src/feature/dirauth/reachability.h index 8a83f0c493..6624b516a1 100644 --- a/src/feature/dirauth/reachability.h +++ b/src/feature/dirauth/reachability.h @@ -34,7 +34,7 @@ void dirserv_orconn_tls_done(const tor_addr_t *addr, uint16_t or_port, const char *digest_rcvd, const struct ed25519_public_key_t *ed_id_rcvd); -#else +#else /* !(defined(HAVE_MODULE_DIRAUTH)) */ static inline int dirserv_should_launch_reachability_test(const routerinfo_t *ri, const routerinfo_t *ri_old) @@ -54,6 +54,6 @@ dirserv_orconn_tls_done(const tor_addr_t *addr, (void)digest_rcvd; (void)ed_id_rcvd; } -#endif +#endif /* defined(HAVE_MODULE_DIRAUTH) */ #endif /* !defined(TOR_REACHABILITY_H) */ |