]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix an absurdly wide line.
authorNick Mathewson <nickm@torproject.org>
Wed, 18 Apr 2018 15:27:44 +0000 (11:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Sun, 22 Apr 2018 19:55:09 +0000 (15:55 -0400)
src/or/directory.c

index 0cbf342df1ab2f2a2e49aa6fec43cc2c563efda0..4b199999699ada56780d05132b75895caa40a361 100644 (file)
@@ -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 */