]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
fix a wide line
authorNick Mathewson <nickm@torproject.org>
Fri, 5 Jan 2018 16:28:23 +0000 (11:28 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 5 Jan 2018 16:28:23 +0000 (11:28 -0500)
src/or/config.c

index 2a0d091a2152477dddd9148567c799470708e43f..dd0016f7a4260b88f31551347e26f272dcc0c5c9 100644 (file)
@@ -230,8 +230,8 @@ static config_var_t option_vars_[] = {
    * fallbacks are down. (We rebuild the list when 25% of fallbacks are down).
    *
    * We want to reduce load on authorities, but keep these two figures within
-   * an order of magnitude, so there isn't too much load shifting to authorities
-   * when fallbacks go down. */
+   * an order of magnitude, so there isn't too much load shifting to
+   * authorities when fallbacks go down. */
   V(DirAuthorityFallbackRate,    DOUBLE,   "0.1"),
   V(DisableAllSwap,              BOOL,     "0"),
   V(DisableDebuggerAttachment,   BOOL,     "1"),