]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 2 Jan 2015 06:12:06 +0000 (06:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 2 Jan 2015 06:12:06 +0000 (06:12 +0000)
src/HttpHeaderStat.h

index c01e26c11ce8ac4c71fcae43a23debe5d4556e65..04a677affdc4a45ab48c961e09f6d8d120df13ea 100644 (file)
@@ -16,13 +16,13 @@ class HttpHeaderStat
 {
 public:
     HttpHeaderStat() :
-            label(NULL),
-            owner_mask(NULL),
-            parsedCount(0),
-            ccParsedCount(0),
-            scParsedCount(0),
-            destroyedCount(0),
-            busyDestroyedCount(0)
+        label(NULL),
+        owner_mask(NULL),
+        parsedCount(0),
+        ccParsedCount(0),
+        scParsedCount(0),
+        destroyedCount(0),
+        busyDestroyedCount(0)
     {
         hdrUCountDistr.enumInit(32);    /* not a real enum */
         fieldTypeDistr.enumInit(HDR_ENUM_END);
@@ -31,13 +31,13 @@ public:
     }
 
     HttpHeaderStat(const char *aLabel, HttpHeaderMask *aMask) :
-            label(aLabel),
-            owner_mask(aMask),
-            parsedCount(0),
-            ccParsedCount(0),
-            scParsedCount(0),
-            destroyedCount(0),
-            busyDestroyedCount(0)
+        label(aLabel),
+        owner_mask(aMask),
+        parsedCount(0),
+        ccParsedCount(0),
+        scParsedCount(0),
+        destroyedCount(0),
+        busyDestroyedCount(0)
     {
         assert(label);
         hdrUCountDistr.enumInit(32);    /* not a real enum */