From: Source Maintenance Date: Fri, 23 Sep 2016 18:14:24 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_22~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc647863e291bedf2113de939ce29739bb3ac82a;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/HttpReply.cc b/src/HttpReply.cc index c98ed7a5c0..d94a135bfa 100644 --- a/src/HttpReply.cc +++ b/src/HttpReply.cc @@ -24,7 +24,6 @@ #include "Store.h" #include "StrList.h" - HttpReply::HttpReply() : HttpMsg(hoReply), date (0), last_modified (0), expires (0), surrogate_control (NULL), content_range (NULL), keep_alive (0), protoPrefix("HTTP/"), bodySizeMax(-2) diff --git a/src/Store.h b/src/Store.h index f4788a9489..649deb2743 100644 --- a/src/Store.h +++ b/src/Store.h @@ -23,8 +23,8 @@ #include "MemObject.h" #include "Range.h" #include "RemovalPolicy.h" -#include "StoreIOBuffer.h" #include "store_key_md5.h" +#include "StoreIOBuffer.h" #include "StoreStats.h" #if USE_SQUID_ESI diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index fd63dfab4d..519a6bab94 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -73,7 +73,7 @@ clientReplyContext::~clientReplyContext() } clientReplyContext::clientReplyContext(ClientHttpRequest *clientContext) : http (cbdataReference(clientContext)), old_entry (NULL), old_sc(NULL), deleting(false), -collapsedRevalidation(crNone) + collapsedRevalidation(crNone) {} /** Create an error in the store awaiting the client side to read it. diff --git a/src/store_dir.cc b/src/store_dir.cc index b6abaee363..c196c207e3 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -1365,3 +1365,4 @@ StoreSearchHashIndex::copyBucket() ++bucket; debugs(47,3, "got entries: " << entries.size()); } +