]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/cache_diff.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / cache_diff.cc
index 32c12c4c05edd7a76c8082f6357a8f2f73fb3c0e..6dc0ffac0f392f4437c977a578fe41ecb062b002 100644 (file)
@@ -53,7 +53,6 @@ typedef struct {
     int bad_del_count;         /* #dels with no prior add */
 } CacheIndex;
 
-
 typedef struct _CacheEntry {
     const cache_key *key;
 
@@ -62,7 +61,6 @@ typedef struct _CacheEntry {
     unsigned char key_arr[SQUID_MD5_DIGEST_LENGTH];
 } CacheEntry;
 
-
 /* copied from url.c */
 const char *RequestMethodStr[] = {
     "NONE",
@@ -75,10 +73,8 @@ const char *RequestMethodStr[] = {
     "PURGE"
 };
 
-
 static int cacheIndexScan(CacheIndex * idx, const char *fname, FILE * file);
 
-
 static CacheEntry *
 cacheEntryCreate(const StoreSwapLogData * s)
 {
@@ -265,7 +261,6 @@ cacheIndexCmp(CacheIndex * idx1, CacheIndex * idx2)
     cacheIndexCmpReport(idx2, shared_count);
 }
 
-
 static int
 usage(const char *prg_name)
 {