]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 23 Sep 2016 18:14:24 +0000 (18:14 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 23 Sep 2016 18:14:24 +0000 (18:14 +0000)
src/HttpReply.cc
src/Store.h
src/client_side_reply.cc
src/store_dir.cc

index c98ed7a5c001d494eded51a0ef0265ece1927b3b..d94a135bfa4e43c96c5e74b412b65c3a556d10e5 100644 (file)
@@ -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)
index f4788a9489a044a066f7d233aef5a01295bf7b36..649deb274324110d39a1ab9642cb0d1585672f40 100644 (file)
@@ -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
index fd63dfab4d6ad61ff2cf217df2e585d908e4f544..519a6bab94ba3092f6aa92729210237ea71ecc18 100644 (file)
@@ -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.
index b6abaee3636c2d3c242a3d0f3a4e96a98118c8a5..c196c207e315d14409d4fe2dec9ddab12974ba59 100644 (file)
@@ -1365,3 +1365,4 @@ StoreSearchHashIndex::copyBucket()
     ++bucket;
     debugs(47,3, "got entries: " << entries.size());
 }
+