]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 30 Sep 2015 18:12:05 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 30 Sep 2015 18:12:05 +0000 (18:12 +0000)
src/htcp.cc

index 8fce29aee4c686808d0a97dc0834099fae17a381..c6545d81ec4350ff677f471432344bb179854bb8 100644 (file)
@@ -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;