diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:55:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 08:55:54 -0400 |
commit | 32854aef28f5ff94fc60647c9881576141574aba (patch) | |
tree | 825a30def480a4cadf9e7e1aefb0275363b566cc /src/or/routerkeys.c | |
parent | d9ca4e20bd51915317c7bda38ef56c67499f6f5e (diff) | |
download | tor-32854aef28f5ff94fc60647c9881576141574aba.tar.gz tor-32854aef28f5ff94fc60647c9881576141574aba.zip |
whitespace fixes
Diffstat (limited to 'src/or/routerkeys.c')
-rw-r--r-- | src/or/routerkeys.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/routerkeys.c b/src/or/routerkeys.c index b6f20e6642..8d9a1328b8 100644 --- a/src/or/routerkeys.c +++ b/src/or/routerkeys.c @@ -1029,7 +1029,8 @@ should_make_new_ed_keys(const or_options_t *options, const time_t now) #undef EXPIRES_SOON #ifdef TOR_UNIT_TESTS -/* Helper for unit tests: populate the ed25519 keys without saving or loading */ +/* Helper for unit tests: populate the ed25519 keys without saving or + * loading */ void init_mock_ed_keys(const crypto_pk_t *rsa_identity_key) { |