From: Amos Jeffries Date: Tue, 7 Apr 2009 14:44:34 +0000 (+1200) Subject: Minor cleanup X-Git-Tag: SQUID_3_2_0_1~1075 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b21767da5121e18bd6f8d810555dcf58569cf7bf;p=thirdparty%2Fsquid.git Minor cleanup --- diff --git a/src/Store.h b/src/Store.h index 1d6ebf3d46..833d4cc7f8 100644 --- a/src/Store.h +++ b/src/Store.h @@ -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