commit 0b7a66fac76445087651a1dd2d171bf043c9f345 Author: Nick Mathewson nickm@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; - } }
tor-commits@lists.torproject.org