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/hs/hs_dos.h | |
parent | 7cd68b04def1c0256b98248d18680e4e4ed92071 (diff) | |
download | tor-68a0106bf32988e1e085bbeaf843d3525e154c95.tar.gz tor-68a0106bf32988e1e085bbeaf843d3525e154c95.zip |
Run "make autostyle" and fix wide lines.
Diffstat (limited to 'src/feature/hs/hs_dos.h')
-rw-r--r-- | src/feature/hs/hs_dos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_dos.h b/src/feature/hs/hs_dos.h index 6647b24be0..ccf4e27179 100644 --- a/src/feature/hs/hs_dos.h +++ b/src/feature/hs/hs_dos.h @@ -32,7 +32,7 @@ STATIC uint32_t get_intro2_enable_consensus_param(const networkstatus_t *ns); STATIC uint32_t get_intro2_rate_consensus_param(const networkstatus_t *ns); STATIC uint32_t get_intro2_burst_consensus_param(const networkstatus_t *ns); -#endif /* define(TOR_UNIT_TESTS) */ +#endif /* defined(TOR_UNIT_TESTS) */ #endif /* defined(HS_DOS_PRIVATE) */ |