diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:35:46 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-02-10 15:35:46 -0500 |
commit | a8d69895897056fcc313914e9d611d3c9008e17c (patch) | |
tree | f670ff0aa4e1a75de248dff8b5de2ff22d5ced5c /src/or/dirserv.h | |
parent | 9746aed2baffeb3788552f8cdedc5611ab2f91b7 (diff) | |
download | tor-a8d69895897056fcc313914e9d611d3c9008e17c.tar.gz tor-a8d69895897056fcc313914e9d611d3c9008e17c.zip |
Whitespace fixes
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r-- | src/or/dirserv.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h index 25a2a9130b..df23450ef9 100644 --- a/src/or/dirserv.h +++ b/src/or/dirserv.h @@ -63,9 +63,9 @@ int directory_too_idle_to_fetch_descriptors(const or_options_t *options, cached_dir_t *dirserv_get_consensus(const char *flavor_name); void dirserv_set_cached_consensus_networkstatus(const char *consensus, - const char *flavor_name, - const common_digests_t *digests, - time_t published); + const char *flavor_name, + const common_digests_t *digests, + time_t published); void dirserv_clear_old_networkstatuses(time_t cutoff); int dirserv_get_routerdesc_fingerprints(smartlist_t *fps_out, const char *key, const char **msg, |