]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ClientDelayConfig.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ClientDelayConfig.h
index a331c0d8a50c968ad181df54c5b0b3d00026a1d0..5d0ae0ba9b547f1ea10030e5baecf19ab3082e3e 100644 (file)
@@ -23,7 +23,7 @@ class ClientDelayPool
 {
 public:
     ClientDelayPool()
-            :   access(NULL), rate(0), highwatermark(0) {}
+        :   access(NULL), rate(0), highwatermark(0) {}
     void dump (StoreEntry * entry, unsigned int poolNumberMinusOne) const;
     acl_access *access;
     int rate;
@@ -37,7 +37,7 @@ class ClientDelayConfig
 {
 public:
     ClientDelayConfig()
-            :   initial(50) {}
+        :   initial(50) {}
     void freePoolCount();
     void dumpPoolCount(StoreEntry * entry, const char *name) const;
     /* parsing of client_delay_pools - number of pools */
@@ -57,3 +57,4 @@ private:
 };
 
 #endif // SQUID_CLIENTDELAYCONFIG_H
+