]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 31 Dec 2011 01:26:10 +0000 (18:26 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 31 Dec 2011 01:26:10 +0000 (18:26 -0700)
src/acl/Acl.h

index 415784202b009327f1e1dab08f8f5a93a4dadff8..66b142457015bdd8d86d64b88165f6e6bf255d5a 100644 (file)
@@ -123,8 +123,7 @@ typedef enum {
 inline std::ostream &
 operator <<(std::ostream &o, const allow_t a)
 {
-    switch(a)
-    {
+    switch (a) {
     case ACCESS_DENIED:
         o << "DENIED";
         break;