]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 6 Jun 2013 02:42:12 +0000 (20:42 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 6 Jun 2013 02:42:12 +0000 (20:42 -0600)
src/acl/Acl.cc

index 42944a68c6ad0a57120a8cb30d9ee79631f84988..0b0af7a0225e4245c379c9a983b3805226b4e933 100644 (file)
@@ -350,9 +350,9 @@ ACLList::matches (ACLChecklist *checklist) const
         result = (op == 0);
     }
 
-   debugs(28, 4, (op ? null_string : "!") << _acl->name << " result is " <<
-          (result ? "true" : "false"));
-   return result;
+    debugs(28, 4, (op ? null_string : "!") << _acl->name << " result is " <<
+           (result ? "true" : "false"));
+    return result;
 }
 
 /*********************/