From: Source Maintenance Date: Fri, 2 Jan 2015 06:12:06 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~392 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45c2a738a67638f15767bd8a4e0640dcdb8f7a3b;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/HttpHeaderStat.h b/src/HttpHeaderStat.h index c01e26c11c..04a677affd 100644 --- a/src/HttpHeaderStat.h +++ b/src/HttpHeaderStat.h @@ -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 */