summaryrefslogtreecommitdiff
path: root/src/or/directory.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-18 11:27:44 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-22 15:55:09 -0400
commit8b6fc47cc30521195124191cdd4a6324baf652a6 (patch)
treed58e686d80b0ea5c03c31f0bec7e0aa61e3dd0aa /src/or/directory.c
parentff6f49f033a6fdcc63eb790548b22b9cb23d3d33 (diff)
downloadtor-8b6fc47cc30521195124191cdd4a6324baf652a6.tar.gz
tor-8b6fc47cc30521195124191cdd4a6324baf652a6.zip
Fix an absurdly wide line.
Diffstat (limited to 'src/or/directory.c')
-rw-r--r--src/or/directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/directory.c b/src/or/directory.c
index 0cbf342df1..4b19999969 100644
--- a/src/or/directory.c
+++ b/src/or/directory.c
@@ -5330,8 +5330,8 @@ find_dl_min_delay(const download_status_t *dls, const or_options_t *options)
/* During bootstrapping */
if (!networkstatus_consensus_can_use_extra_fallbacks(options)) {
/* A bootstrapping client without extra fallback directories */
- return
- options->ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay;
+ return options->
+ ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay;
} else if (dls->want_authority) {
/* A bootstrapping client with extra fallback directories, but
* connecting to an authority */