]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testStore.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testStore.h
index c0a2ee602c975f329eb9ebff1afcac33c9a2e038..064617eca253b8763efc59b627ab2d4335e94f54 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <cppunit/extensions/HelperMacros.h>
 
-
 /*
  * test the store framework
  */
@@ -29,7 +28,6 @@ protected:
     void testMaxSize();
 };
 
-
 /* subclass of Store to allow testing of methods without having all the
  * other components live
  */
@@ -75,6 +73,5 @@ public:
 
 typedef RefCount<TestStore> TestStorePointer;
 
-
 #endif