From: Nick Mathewson Date: Tue, 18 Dec 2007 21:27:10 +0000 (+0000) Subject: r17232@catbus: nickm | 2007-12-18 16:22:10 -0500 X-Git-Tag: tor-0.2.0.13-alpha~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2fe8542dfc456b6f4442118f87f886526347dce;p=thirdparty%2Ftor.git r17232@catbus: nickm | 2007-12-18 16:22:10 -0500 Whitespace fix. svn:r12857 --- diff --git a/src/or/policies.c b/src/or/policies.c index f4a685d117..0e3d49b498 100644 --- a/src/or/policies.c +++ b/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 addr:port should be marked as a bad exit, * based on authdir_badexit_policy. Else return 0. */