]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorNick Mathewson <nickm@torproject.org>
Fri, 28 Feb 2014 13:57:29 +0000 (08:57 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 28 Feb 2014 13:57:29 +0000 (08:57 -0500)
src/or/routerlist.c

index 2db72722d983396caa5f24310044c5cea9158d95..d636a1e25c7561b3ae7fcbde6cf7787fa2be8d22 100644 (file)
@@ -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;
-
     }
   }