aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-28 08:57:29 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-28 08:57:29 -0500
commit0b7a66fac76445087651a1dd2d171bf043c9f345 (patch)
tree4401d1a80e17cb766f0f7b3af110ade349694f57 /src/or/routerlist.c
parent273f536d7217df4faf38f937af9395748a5f513a (diff)
downloadtor-0b7a66fac76445087651a1dd2d171bf043c9f345.tar
tor-0b7a66fac76445087651a1dd2d171bf043c9f345.tar.gz
whitespace fix
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 2db72722d..d636a1e25 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;
-
}
}