]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 15 Aug 2011 00:12:18 +0000 (18:12 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 15 Aug 2011 00:12:18 +0000 (18:12 -0600)
src/auth/AclMaxUserIp.cc
src/auth/AclProxyAuth.cc
src/external_acl.cc

index 7d50e8513f1dd1f3055790d1da8c1573e93aa1e5..108c250e130f194f708de4263d0fac0137f226f6 100644 (file)
@@ -155,8 +155,7 @@ ACLMaxUserIP::match(ACLChecklist *cl)
     int ti;
 
     // convert to tri-state ACL match 1,0,-1
-    switch(answer)
-    {
+    switch (answer) {
     case ACCESS_ALLOWED:
     case ACCESS_AUTH_EXPIRED_OK:
         // check for a match
index 15dfa44a807e65c103d72acf42fabb3b38bfd724..d844f1a4896ec6534ace0a2fef3d779121005838 100644 (file)
@@ -83,8 +83,7 @@ ACLProxyAuth::match(ACLChecklist *checklist)
     checklist->currentAnswer(answer);
 
     // convert to tri-state ACL match 1,0,-1
-    switch(answer)
-    {
+    switch (answer) {
     case ACCESS_ALLOWED:
     case ACCESS_AUTH_EXPIRED_OK:
         // check for a match
index 3f8b8a991814c13872c17cc35761819af010bc64..d0a9dd63a5460e88eb72ccc870e1ab653d105130 100644 (file)
@@ -850,8 +850,7 @@ ACLExternal::match(ACLChecklist *checklist)
     checklist->currentAnswer(answer);
 
     // convert to tri-state ACL match 1,0,-1
-    switch(answer)
-    {
+    switch (answer) {
     case ACCESS_ALLOWED:
     case ACCESS_AUTH_EXPIRED_OK:
         return 1; // match