소스 검색

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;
-
     }
   }