aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-02-10 15:35:46 -0500
committerNick Mathewson <nickm@torproject.org>2016-02-10 15:35:46 -0500
commita8d69895897056fcc313914e9d611d3c9008e17c (patch)
treef670ff0aa4e1a75de248dff8b5de2ff22d5ced5c /src/or/dirserv.h
parent9746aed2baffeb3788552f8cdedc5611ab2f91b7 (diff)
downloadtor-a8d69895897056fcc313914e9d611d3c9008e17c.tar.gz
tor-a8d69895897056fcc313914e9d611d3c9008e17c.zip
Whitespace fixes
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r--src/or/dirserv.h6
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,