From: Nick Mathewson Date: Fri, 28 Feb 2014 13:57:29 +0000 (-0500) Subject: whitespace fix X-Git-Tag: tor-0.2.5.3-alpha~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b7a66fac76445087651a1dd2d171bf043c9f345;p=thirdparty%2Ftor.git whitespace fix --- diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 2db72722d9..d636a1e25c 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; - } }