]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/fs/Module.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / fs / Module.cc
index 4668e6751f9c17c0e3b6240a60f85eac073547f3..86191b267a23ec71e9fd8c8a8562770ed11d6b16 100644 (file)
@@ -17,7 +17,6 @@ static Fs::Ufs::StoreFSufs<Fs::Ufs::UFSSwapDir> *UfsInstance;
 static Fs::Ufs::StoreFSufs<Fs::Ufs::UFSSwapDir> *AufsInstance;
 #endif
 
-
 #if HAVE_FS_DISKD
 static Fs::Ufs::StoreFSufs<Fs::Ufs::UFSSwapDir> *DiskdInstance;
 #endif
@@ -27,7 +26,6 @@ static Fs::Ufs::StoreFSufs<Fs::Ufs::UFSSwapDir> *DiskdInstance;
 static Rock::StoreFileSystem *RockInstance = NULL;
 #endif
 
-
 /* TODO: Modify coss code to:
  * (a) remove the StoreFScoss::GetInstance method,
  * (b) declare the StoreFScoss::stats  as static and
@@ -37,7 +35,6 @@ static Rock::StoreFileSystem *RockInstance = NULL;
 StoreFScoss &CossInstance = StoreFScoss::GetInstance();
 #endif
 
-
 void Fs::Init()
 {
 
@@ -49,7 +46,6 @@ void Fs::Init()
     AufsInstance = new Fs::Ufs::StoreFSufs<Fs::Ufs::UFSSwapDir>("DiskThreads", "aufs");;
 #endif
 
-
 #if HAVE_FS_DISKD
     DiskdInstance = new Fs::Ufs::StoreFSufs<Fs::Ufs::UFSSwapDir>("DiskDaemon", "diskd");;
 #endif
@@ -60,7 +56,6 @@ void Fs::Init()
 
 }
 
-
 void Fs::Clean()
 {
 #if HAVE_FS_UFS
@@ -71,7 +66,6 @@ void Fs::Clean()
     delete AufsInstance;
 #endif
 
-
 #if HAVE_FS_DISKD
     delete DiskdInstance;
 #endif