]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 31 May 2012 01:09:59 +0000 (19:09 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 31 May 2012 01:09:59 +0000 (19:09 -0600)
src/HttpHeader.cc

index 518539dc65214bfcc62077210029b759f80331f5..b0db44e252887eb28afdeb1a0b927cbf0dc77093 100644 (file)
@@ -711,14 +711,14 @@ HttpHeader::packInto(Packer * p, bool mask_sensitive_info) const
             continue;
         }
         switch (e->id) {
-            case HDR_AUTHORIZATION:
-            case HDR_PROXY_AUTHORIZATION:
-                packerAppend(p, e->name.rawBuf(), e->name.size());
-                packerAppend(p, ": ** NOT DISPLAYED **\r\n", 23);
-                break;
-            default:
-                e->packInto(p);
-                break;
+        case HDR_AUTHORIZATION:
+        case HDR_PROXY_AUTHORIZATION:
+            packerAppend(p, e->name.rawBuf(), e->name.size());
+            packerAppend(p, ": ** NOT DISPLAYED **\r\n", 23);
+            break;
+        default:
+            e->packInto(p);
+            break;
         }
     }
     /* Pack in the "special" entries */