]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/store_dir.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / store_dir.cc
index 46919af47e23ce0d7f611467153c58e5b4c43402..303966258d5b541bd5455e1ca81a4448f1250481 100644 (file)
@@ -70,7 +70,6 @@
 #include <errno.h>
 #endif
 
-
 static STDIRSELECT storeDirSelectSwapDirRoundRobin;
 static STDIRSELECT storeDirSelectSwapDirLeastLoad;
 
@@ -194,7 +193,6 @@ SwapDir::objectSizeIsAcceptable(int64_t objsize) const
         return min_objsize <= objsize && max_objsize > objsize;
 }
 
-
 /*
  * This new selection scheme simply does round-robin on all SwapDirs.
  * A SwapDir is skipped if it is over the max_size (100%) limit, or
@@ -523,7 +521,6 @@ storeDirWriteCleanLogs(int reopen)
     debugs(20, DBG_IMPORTANT, "  Took "<< std::setw(3)<< std::setprecision(2) << dt <<
            " seconds ("<< std::setw(6) << ((double) n / (dt > 0.0 ? dt : 1.0)) << " entries/sec).");
 
-
     return n;
 }