]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/clients/Client.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / clients / Client.h
index 40c508e9b7a267b96e9ef3d55446702c17a4c0ff..edf52143e077a231bf90f8d66591b4b4b3b77d37 100644 (file)
@@ -30,10 +30,10 @@ class HttpReply;
  */
 class Client:
 #if USE_ADAPTATION
-        public Adaptation::Initiator,
-        public BodyProducer,
+    public Adaptation::Initiator,
+    public BodyProducer,
 #endif
-        public BodyConsumer
+    public BodyConsumer
 {
 
 public:
@@ -148,8 +148,8 @@ protected:
     void adjustBodyBytesRead(const int64_t delta);
 
     // These should be private
-    int64_t currentOffset;     /**< Our current offset in the StoreEntry */
-    MemBuf *responseBodyBuffer;        /**< Data temporarily buffered for ICAP */
+    int64_t currentOffset;  /**< Our current offset in the StoreEntry */
+    MemBuf *responseBodyBuffer; /**< Data temporarily buffered for ICAP */
 
 public: // should not be
     StoreEntry *entry;
@@ -179,3 +179,4 @@ private:
 };
 
 #endif /* SQUID_SRC_CLIENTS_CLIENT_H */
+