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

Whitespace fix.


svn:r12857
This commit is contained in:
Nick Mathewson 2007-12-18 21:27:10 +00:00
parent 5488bc3e16
commit d2fe8542df

View File

@ -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.
*/