diff options
author | Roger Dingledine <arma@torproject.org> | 2012-02-29 13:17:52 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2012-02-29 13:17:52 -0500 |
commit | c26aaf9cba8d40017c30b1921466759382032f33 (patch) | |
tree | f704c57f466348d637b1c34849556eecde0c0c05 | |
parent | f7e87f41f719f4251582acf16f13921f350095a0 (diff) | |
download | tor-c26aaf9cba8d40017c30b1921466759382032f33.tar.gz tor-c26aaf9cba8d40017c30b1921466759382032f33.zip |
whitespace fix
-rw-r--r-- | src/or/policies.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |