]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minor cleanup
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 7 Apr 2009 14:44:34 +0000 (02:44 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 7 Apr 2009 14:44:34 +0000 (02:44 +1200)
src/Store.h

index 1d6ebf3d464ed1713dad7f829b1c6c2bb9789ac9..833d4cc7f8fd3b2f88e7aaeb9fdbb62763e738ff 100644 (file)
@@ -264,12 +264,10 @@ public:
     virtual void diskFull();
 
     /** Retrieve a store entry from the store */
-    virtual StoreEntry * get
-    (const cache_key *) = 0;
+    virtual StoreEntry * get(const cache_key *) = 0;
 
     /** \todo imeplement the async version */
-    virtual void get
-    (String const key , STOREGETCLIENT callback, void *cbdata) = 0;
+    virtual void get(String const key , STOREGETCLIENT callback, void *cbdata) = 0;
 
     /* prepare the store for use. The store need not be usable immediately,
      * it should respond to readable() and writable() with true as soon