diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-28 08:57:29 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-28 08:57:29 -0500 |
commit | 0b7a66fac76445087651a1dd2d171bf043c9f345 (patch) | |
tree | 4401d1a80e17cb766f0f7b3af110ade349694f57 | |
parent | 273f536d7217df4faf38f937af9395748a5f513a (diff) | |
download | tor-0b7a66fac76445087651a1dd2d171bf043c9f345.tar.gz tor-0b7a66fac76445087651a1dd2d171bf043c9f345.zip |
whitespace fix
-rw-r--r-- | src/or/routerlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; - } } |