瀏覽代碼

whitespace fix

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

+ 0 - 1
src/or/circuitbuild.c

@@ -77,7 +77,6 @@ channel_connect_for_circuit(const tor_addr_t *addr, uint16_t port,
   return chan;
 }
 
-
 /** Search for a value for circ_id that we can use on <b>chan</b> for an
  * outbound circuit, until we get a circ_id that is not in use by any other
  * circuit on that conn.