From c26aaf9cba8d40017c30b1921466759382032f33 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 29 Feb 2012 13:17:52 -0500 Subject: [PATCH] whitespace fix --- src/or/policies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/policies.c b/src/or/policies.c index e5062cd6ec..5eaebfaf1c 100644 --- a/src/or/policies.c +++ b/src/or/policies.c @@ -669,7 +669,7 @@ compare_unknown_tor_addr_to_addr_policy(uint16_t port, SMARTLIST_FOREACH_BEGIN(policy, addr_policy_t *, tmpe) { if (tmpe->prt_min <= port && port <= tmpe->prt_max) { - if (tmpe->maskbits == 0) { + if (tmpe->maskbits == 0) { /* Definitely matches, since it covers all addresses. */ if (tmpe->policy_type == ADDR_POLICY_ACCEPT) { /* If we already hit a clause that might trigger a 'reject', than we