whitespace fix

This commit is contained in:
Nick Mathewson 2014-02-28 08:57:29 -05:00
parent 273f536d72
commit 0b7a66fac7

View file

@ -2280,7 +2280,6 @@ smartlist_choose_node_by_bandwidth(const smartlist_t *sl,
bandwidths[i].dbl *= guard_weight; bandwidths[i].dbl *= guard_weight;
else if (is_exit) else if (is_exit)
bandwidths[i].dbl *= exit_weight; bandwidths[i].dbl *= exit_weight;
} }
} }