From 0b7a66fac76445087651a1dd2d171bf043c9f345 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 28 Feb 2014 08:57:29 -0500 Subject: [PATCH] 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 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; - } }