]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testStore.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testStore.h
index 5f8b594b7c66fc3f0c568957d709a1a85c41a508..ef24778867701f5e780569179fcc599e7244c56c 100644 (file)
@@ -71,7 +71,7 @@ public:
 
     virtual void stat(StoreEntry &) const; /* output stats to the provided store entry */
 
-    virtual void reference(StoreEntry &) {}    /* Reference this object */
+    virtual void reference(StoreEntry &) {} /* Reference this object */
 
     virtual bool dereference(StoreEntry &, bool) { return true; }