]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed duplicate empty lines
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 25 Sep 2012 16:38:36 +0000 (18:38 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 25 Sep 2012 16:38:36 +0000 (18:38 +0200)
src/EventLoop.cc
src/HttpHeader.h
src/RequestFlags.cc
src/client_side_request.h

index 03baa13ba7abc6aafcd42e055979b326d788caa4..7760d746d406215486330fb69840d16c1c403c16 100644 (file)
@@ -37,7 +37,6 @@
 #include "base/AsyncCallQueue.h"
 #include "SquidTime.h"
 
-
 EventLoop::EventLoop() : errcount(0), last_loop(false), timeService(NULL),
         primaryEngine(NULL)
 {}
index b7b3ffbd71ea0a4814b762a5b07e7818a5fe87d2..fc76880cdf9dda95e0cae62e933d47cf74d4ddd5 100644 (file)
@@ -36,7 +36,6 @@
 #include "MemPool.h"
 #include "SquidString.h"
 
-
 /* class forward declarations */
 class HttpHdrCc;
 class HttpHdrContRange;
index 43a1e7e3cb67b96bf651453a835f5ae3d134ca23..723a43a2c1ac38cec68ddc058c130840908959db 100644 (file)
@@ -33,7 +33,6 @@
 #include "squid.h"
 #include "RequestFlags.h"
 
-
 // When adding new flags, please update cloneAdaptationImmune() as needed.
 // returns a partial copy of the flags that includes only those flags
 // that are safe for a related (e.g., ICAP-adapted) request to inherit
index 3dbe32969991c6c273840baa467beefa1cf84c9b..ca12ad247cb35e1361c49d8b7395ccc0ae27eb9d 100644 (file)
@@ -53,7 +53,6 @@ class MemObject;
 /* client_side_request.c - client side request related routines (pure logic) */
 int clientBeginRequest(const HttpRequestMethod&, char const *, CSCB *, CSD *, ClientStreamData, HttpHeader const *, char *, size_t);
 
-
 class ClientHttpRequest
 #if USE_ADAPTATION
         : public Adaptation::Initiator, // to start adaptation transactions