[tor-commits] [tor/maint-0.3.1] fix a wide line

nickm at torproject.org nickm at torproject.org
Fri Jan 5 21:47:14 UTC 2018


commit 94d5523c7f100a2fc94869c55af6ec8e3429df2a
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Jan 5 11:28:23 2018 -0500

    fix a wide line
---
 src/or/config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index 2a0d091a2..dd0016f7a 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -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"),





More information about the tor-commits mailing list