aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-01-05 11:28:23 -0500
committerNick Mathewson <nickm@torproject.org>2018-01-05 11:28:23 -0500
commit94d5523c7f100a2fc94869c55af6ec8e3429df2a (patch)
treef89292a6541bce8668ff121470ac20b4feb79339
parent30e13716754bc3d991500f5f68eb83a19aea9b11 (diff)
downloadtor-94d5523c7f100a2fc94869c55af6ec8e3429df2a.tar.gz
tor-94d5523c7f100a2fc94869c55af6ec8e3429df2a.zip
fix a wide line
-rw-r--r--src/or/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 2a0d091a21..dd0016f7a4 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"),