瀏覽代碼

whitespace fix

Nick Mathewson 10 年之前
父節點
當前提交
0b7a66fac7
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/or/routerlist.c

+ 0 - 1
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;
-
     }
   }