From: Source Maintenance Date: Wed, 30 Sep 2015 18:12:05 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=554b3d00ab5aa985657b9e4678d793322f5cf378;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/htcp.cc b/src/htcp.cc index 8fce29aee4..c6545d81ec 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -158,9 +158,9 @@ private: }; class htcpDetail { - MEMPROXY_CLASS(htcpDetail); + MEMPROXY_CLASS(htcpDetail); public: - htcpDetail() : resp_hdrs(nullptr), respHdrsSz(0), entity_hdrs(nullptr), entityHdrsSz(0), cache_hdrs(nullptr), cacheHdrsSz(0) {} + htcpDetail() : resp_hdrs(nullptr), respHdrsSz(0), entity_hdrs(nullptr), entityHdrsSz(0), cache_hdrs(nullptr), cacheHdrsSz(0) {} char *resp_hdrs; size_t respHdrsSz;