]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed duplicate empty lines
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 18 Sep 2012 12:37:07 +0000 (14:37 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 18 Sep 2012 12:37:07 +0000 (14:37 +0200)
13 files changed:
src/CacheMgrPasswd.cc
src/CacheMgrPasswd.h
src/HttpHeaderFieldInfo.h
src/HttpHeaderFieldStat.h
src/ICP.h
src/RequestFlags.cc
src/SquidConfig.h
src/YesNoNone.h
src/acl/AclDenyInfoList.h
src/icmp/net_db.h
src/log/CustomLog.h
src/ssl/context_storage.h
src/structs.h

index 837bb692d003110a55a51e7124c9a576e0dba7ba..8260d3bb4d0b5d8c57a862176f167656ebbd4196 100644 (file)
@@ -30,4 +30,3 @@
 #include "squid.h"
 #include "CacheMgrPasswd.h"
 
-
index 0ca6feb0c025144a4ff369a93fd076cfee272871..c90b81b1ab27616c0b267de0692a3b1fe0f7803c 100644 (file)
@@ -40,5 +40,4 @@ public:
     CacheMgrPasswd *next;
 };
 
-
 #endif /* SQUID_CACHEMGRPASSWD_H_ */
index 8af660874597f80ba961c6d55e56b9a9a97ec4b0..34f2a1fc613daa3229191fe2d13e18334045c663 100644 (file)
@@ -44,6 +44,4 @@ public:
     HttpHeaderFieldStat stat;
 };
 
-
-
 #endif /* SQUID_HTTPHEADERFIELDINFO_H_ */
index 77ed5124d363127c0f33ff30f3caaa44e9f7d5ba..026dffb513a9f078638353ea6b772a5ea21ce339 100644 (file)
@@ -42,7 +42,4 @@ public:
     int repCount;       /* #repetitons */
 };
 
-
-
-
 #endif /* SQUID_HTTPHEADERFIELDSTAT_H_ */
index 92591220f487a3709b9e35b7de47073497e34602..6cb2a0444c208fe3a429e40b6c98add23c4f04f7 100644 (file)
--- a/src/ICP.h
+++ b/src/ICP.h
@@ -78,7 +78,6 @@ struct _icp_common_t {
 };
 typedef struct _icp_common_t icp_common_t;
 
-
 #ifdef __cplusplus
 
 /// \ingroup ServerProtocolICPAPI
index e19df2e275e78b0a9815916757ddd544ff841046..5e0182b02f41f22e066fb6f4612dc1c0e8520da0 100644 (file)
@@ -86,7 +86,6 @@ RequestFlags::clearRanged()
     isRanged_ = false;
 }
 
-
 RequestFlags
 RequestFlags::cloneAdaptationImmune() const
 {
index 9f7c4167072ea2a33fa30b233a31aede0a8c939e..65a6953f7cb6bc88a12416b1cf004bfc1e114058 100644 (file)
@@ -537,7 +537,6 @@ public:
 
 extern SquidConfig Config;
 
-
 struct SquidConfig2 {
     struct {
         int enable_purge;
index 17965556faa9923a8aef9c136ab9f9c4d93d8e88..c655984358b871b02baa6e6141d73d6546fce3ba 100644 (file)
@@ -52,5 +52,4 @@ private:
     int option; ///< configured value or zero
 };
 
-
 #endif /* SQUID_YESNONONE_H_ */
index 7b11b1c7e57da5dc08d15bd8de9c11e46dbf6b23..5ee7164f5bb05444b705dab7c9acfacd39dbac63 100644 (file)
@@ -40,5 +40,4 @@ public:
     AclDenyInfoList *next;
 };
 
-
 #endif /* SQUID_ACLDENYINFOLIST_H_ */
index 55c0eb3349bcbb424efdf3b659d7567c9f8c242e..2c523c2064b3358d47841ba9881acaf99128436f 100644 (file)
@@ -45,7 +45,6 @@ public:
     int n_peers;
 };
 
-
 extern void netdbInit(void);
 
 extern void netdbHandlePingReply(const Ip::Address &from, int hops, int rtt);
index 635c071f66bb918ad4ed713de35f9df234469939..f5c1d3bb1dde5b7bcb9da7c838a6c2857859ec71 100644 (file)
@@ -44,5 +44,4 @@ public:
     Log::Format::log_type type;
 };
 
-
 #endif /* SQUID_CUSTOMLOG_H_ */
index 07a16376520b4480985f46568aec79f9712faee6..7f200af3acf9237d007d48cc03bf91b8e7244ce1 100644 (file)
@@ -19,7 +19,6 @@
 #endif
 #include <openssl/ssl.h>
 
-
 /// TODO: Replace on real size.
 #define SSL_CTX_SIZE 1024
 
index 6db3f1fd2ca4ab22ca79856ca5f4c5e75f611f60..658b0a10499b18989a7ab1d106c30e519ddab688 100644 (file)
@@ -147,7 +147,6 @@ struct _fde_disk {
     off_t offset;
 };
 
-
 class http_state_flags {
 public:
     unsigned int proxying:1;
@@ -183,7 +182,6 @@ public:
 
 class PeerDigest;
 
-
 #if USE_SSL
 struct _sslproxy_cert_sign {
     int alg;