]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Tue, 3 Feb 2015 00:12:07 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Tue, 3 Feb 2015 00:12:07 +0000 (00:12 +0000)
src/acl/AclSizeLimit.cc
src/acl/AclSizeLimit.h

index 0679474f59ccc32e48983c4a420a5dd8383f282c..806cc2ef0d958a2bd3d6f717d1f3405747a1dd3a 100644 (file)
@@ -17,3 +17,4 @@ AclSizeLimit::~AclSizeLimit()
     aclDestroyAclList(&aclList);
     delete next;
 }
+
index 3ef314b661384b1d456e383c72d2c000b77431fe..97b22f7b10c3ea9e3843072980277498fe55d095 100644 (file)
@@ -19,7 +19,7 @@ class AclSizeLimit
 
 public:
     AclSizeLimit() : next(NULL), aclList(NULL), size(0) {}
-   ~AclSizeLimit();
+    ~AclSizeLimit();
 
     AclSizeLimit *next;
     ACLList *aclList;