Commit 0b7a66fa authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

whitespace fix

parent 273f536d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;

    }
  }