[tor-commits] [tor/master] whitespace fix
nickm at torproject.org
nickm at torproject.org
Fri Feb 28 13:57:32 UTC 2014
commit 0b7a66fac76445087651a1dd2d171bf043c9f345
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Feb 28 08:57:29 2014 -0500
whitespace fix
---
src/or/routerlist.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 2db7272..d636a1e 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -2280,7 +2280,6 @@ smartlist_choose_node_by_bandwidth(const smartlist_t *sl,
bandwidths[i].dbl *= guard_weight;
else if (is_exit)
bandwidths[i].dbl *= exit_weight;
-
}
}
More information about the tor-commits
mailing list