]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreClient.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / StoreClient.h
index 28c37d7d1ed8a8f73447413baf5b3df578c596dd..342db9bde05a1eddc230225dc0e046d7f72531e4 100644 (file)
@@ -13,7 +13,7 @@
 #include "StoreIOBuffer.h"
 #include "StoreIOState.h"
 
-typedef void STCB(void *, StoreIOBuffer);      /* store callback */
+typedef void STCB(void *, StoreIOBuffer);   /* store callback */
 
 class StoreEntry;
 
@@ -55,7 +55,7 @@ public:
     void *owner;
 #endif
 
-    StoreEntry *entry;         /* ptr to the parent StoreEntry, argh! */
+    StoreEntry *entry;      /* ptr to the parent StoreEntry, argh! */
     StoreIOState::Pointer swapin_sio;
 
     struct {
@@ -108,3 +108,4 @@ int storePendingNClients(const StoreEntry * e);
 int storeClientIsThisAClient(store_client * sc, void *someClient);
 
 #endif /* SQUID_STORECLIENT_H */
+