]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 9 Sep 2012 02:19:55 +0000 (20:19 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sun, 9 Sep 2012 02:19:55 +0000 (20:19 -0600)
src/acl/FilledChecklist.cc

index 5515debd73849a8198f35def508739595b25f63b..39e8bb4d10fc496ce1eb7a5c4f5ed4ed87867d0e 100644 (file)
@@ -209,7 +209,7 @@ ACLFilledChecklist::ACLFilledChecklist(const acl_access *A, HttpRequest *http_re
         my_addr = request->my_addr;
 
         if (request->clientConnectionManager.valid())
-            conn(request->clientConnectionManager.get()); 
+            conn(request->clientConnectionManager.get());
     }
 
 #if USE_IDENT