]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed duplicate empty lines.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 3 Sep 2012 09:02:20 +0000 (11:02 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 3 Sep 2012 09:02:20 +0000 (11:02 +0200)
13 files changed:
src/HttpHeader.h
src/HttpHeaderTools.cc
src/HttpHeaderTools.h
src/SquidIpc.h
src/StoreClient.h
src/WinSvc.h
src/peer_proxy_negotiate_auth.h
src/snmp_core.h
src/store_rebuild.h
src/structs.h
src/tests/stub_ipc.cc
src/typedefs.h
src/win32.h

index ff1be34f016bc4e9d650bb322513207c266e745b..c9dba5c47b34cee965f1b0f311e87f369701bffb 100644 (file)
@@ -304,5 +304,4 @@ HttpHeader::chunked() const
 extern void httpHeaderInitModule(void);
 extern void httpHeaderCleanModule(void);
 
-
 #endif /* SQUID_HTTPHEADER_H */
index f4bc95a278ce1eee80fdc19af269d5414a1e7c5d..deca225b6ece5360ebf3e2c405b0b7cd0b421974 100644 (file)
@@ -179,8 +179,6 @@ httpHeaderHasConnDir(const HttpHeader * hdr, const char *directive)
     return res;
 }
 
-
-
 /** handy to printf prefixes of potentially very long buffers */
 const char *
 getStringPrefix(const char *str, const char *end)
index f6a051d589b394083c1e9ab20ab4af483519a3a1..35ae04529ce9ac975e71ca93f1816acd47c1bee5 100644 (file)
@@ -112,5 +112,4 @@ extern const char *getStringPrefix(const char *str, const char *end);
 
 extern void httpHdrMangleList(HttpHeader *, HttpRequest *, int req_or_rep);
 
-
 #endif
index 007e27b3b9181c2e86cd54a198051734e409d8d5..2a435ed5d865f774df74e321a2b42524d804e3b3 100644 (file)
@@ -44,8 +44,4 @@ extern pid_t ipcCreate(int type,
                              int *wfd,
                              void **hIpc);
 
-
-
-
-
 #endif /* SQUID_SQUIDIPC_H_ */
index de0fa254e7c348f84436cf28eac7f186865c4f29..1e9d87d472875cd1a598a4d62cd88a260ad2e5a1 100644 (file)
@@ -125,7 +125,6 @@ private:
     CBDATA_CLASS(store_client);
 };
 
-
 extern void storeClientCopy(store_client *, StoreEntry *, StoreIOBuffer, STCB *, void *);
 extern store_client* storeClientListAdd(StoreEntry * e, void *data);
 extern int storeClientCopyPending(store_client *, StoreEntry * e, void *data);
@@ -133,5 +132,4 @@ extern int storeUnregister(store_client * sc, StoreEntry * e, void *data);
 extern int storePendingNClients(const StoreEntry * e);
 extern int storeClientIsThisAClient(store_client * sc, void *someClient);
 
-
 #endif /* SQUID_STORECLIENT_H */
index 0ebd69e99ab23ccd3ea48edaa1445d24c9d5c946..852bc155f5cb387837f85605ec742c23f3539f2e 100644 (file)
@@ -47,7 +47,4 @@ inline void WIN32_InstallService(void) {} /* NOP */
 inline  void WIN32_RemoveService(void) {} /* NOP */
 #endif /* _SQUID_WINDOWS_ */
 
-
-
-
 #endif /* WINSVC_H_ */
index 36c3a792cb3dadd1443960fca9c18ff0ca1ef709..4d33c9e7445995746d7e7bfb4ece06619287a3f7 100644 (file)
@@ -37,5 +37,4 @@
 SQUIDCEXTERN char *peer_proxy_negotiate_auth(char *principal_name, char *proxy);
 #endif
 
-
 #endif /* SQUID_PEER_PROXY_NEGOTIATE_AUTH_H_ */
index 509472c223a5b627903315c383e5927f7e77c3e2..6ed52c62113de75ea797953de4995976c9aa34c7 100644 (file)
@@ -48,5 +48,4 @@ extern const char * snmpDebugOid(oid * Name, snint Len, MemBuf &outbuf);
 extern void addr2oid(Ip::Address &addr, oid *Dest);
 extern void oid2addr(oid *Dest, Ip::Address &addr, u_int code);
 
-
 #endif /* SQUID_SNMP_CORE_H */
index 4088fe2505a21689c42909327b357f4862f4cc6c..64998dbcdbe13a4a36daf31d2b04a15e9da806af 100644 (file)
@@ -43,6 +43,4 @@ extern bool storeRebuildParseEntry(MemBuf &buf, StoreEntry &e, cache_key *key, s
 /// checks whether the loaded entry should be kept; updates counters
 extern bool storeRebuildKeepEntry(const StoreEntry &e, const cache_key *key, struct _store_rebuild_data &counts);
 
-
-
 #endif /* SQUID_STORE_REBUILD_H_ */
index 8352e2a52471e50b7f5b038be185a7e9574bef60..0633924959b05073926448b7b954bfdd3cfaa086 100644 (file)
@@ -1030,7 +1030,6 @@ private:
     unsigned int destinationIPLookedUp_:1;
 };
 
-
 struct _cachemgr_passwd {
     char *passwd;
     wordlist *actions;
index 175926fedda4fb0708c855d9503cb608f0e208e3..77c6bc83ca7c52acc8aa2dd57aa325b7f1ff9359 100644 (file)
@@ -4,5 +4,4 @@
 #define STUB_API "ipc.cc"
 #include "tests/STUB.h"
 
-
 pid_t ipcCreate(int, const char *, const char *const [], const char *, Ip::Address &, int *, int *, void **) STUB_RETVAL(-1)
index b789d2d9c9fa1411c3809a30718333073b96df99..8a935961418358609794b6cb537ac12184ad9ac8 100644 (file)
@@ -85,7 +85,6 @@ typedef struct _CacheDigest CacheDigest;
 
 typedef struct _Version Version;
 
-
 typedef struct _customlog customlog;
 
 #if USE_SSL
index 04593a74c3e7f1982f073520eafd7434e07aed8b..b875c09dc81d5dd1fa4a39a91aef5466417201e3 100644 (file)
@@ -33,7 +33,6 @@
  * 
  */
 
-
 #if _SQUID_MSWIN_
 
 #if HAVE_SYS_TIME_H
@@ -59,6 +58,4 @@ extern DWORD WIN32_IpAddrChangeMonitorInit();
 
 #endif
 
-
-
 #endif /* SQUID_WIN32_H_ */