]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
whitespace fix
authorRoger Dingledine <arma@torproject.org>
Wed, 29 Feb 2012 18:17:52 +0000 (13:17 -0500)
committerRoger Dingledine <arma@torproject.org>
Wed, 29 Feb 2012 18:17:52 +0000 (13:17 -0500)
src/or/policies.c

index e5062cd6ecebeeb7c1cfe49c5eb8fa85be97836c..5eaebfaf1c43d5a106474de76cd5b8c52fa7aa1d 100644 (file)
@@ -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