]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/coss/CossSwapDir.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / fs / coss / CossSwapDir.h
index 642b27ce4c52c06b76670e756d08e33fa956646a..7f399f62fe97daabebee06846bc8debc083f025a 100644 (file)
@@ -12,7 +12,6 @@ class DiskFile;
 #include "SwapDir.h"
 #include "DiskIO/IORequestor.h"
 
-
 #ifndef COSS_MEMBUF_SZ
 #define        COSS_MEMBUF_SZ  1048576
 #endif
@@ -23,7 +22,6 @@ class DiskFile;
 #define COSS_ALLOC_ALLOCATE            1
 #define COSS_ALLOC_REALLOC             2
 
-
 /// \ingroup COSS
 class CossSwapDir : public SwapDir, public IORequestor
 {
@@ -113,7 +111,6 @@ extern void storeCossRemove(CossSwapDir *, StoreEntry *);
 /// \ingroup COSS
 extern void storeCossStartMembuf(CossSwapDir * SD);
 
-
 #include "StoreSearch.h"
 
 /// \ingroup COSS