浏览代码

r17232@catbus: nickm | 2007-12-18 16:22:10 -0500
Whitespace fix.


svn:r12857

Nick Mathewson 17 年之前
父节点
当前提交
d2fe8542df
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/or/policies.c

+ 0 - 1
src/or/policies.c

@@ -219,7 +219,6 @@ authdir_policy_baddir_address(uint32_t addr, uint16_t port)
   return ! addr_policy_permits_address(addr, port, authdir_baddir_policy);
 }
 
-
 /** Return 1 if <b>addr</b>:<b>port</b> should be marked as a bad exit,
  * based on <b>authdir_badexit_policy</b>. Else return 0.
  */