]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 14 Jan 2012 20:47:40 +0000 (13:47 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Sat, 14 Jan 2012 20:47:40 +0000 (13:47 -0700)
src/client_side.cc

index 8f8bf4c3108e515ae9b1ed38a6eadf1097bce4eb..d156b88f9c073ac826bc041d1fc0dd6cc097d4b7 100644 (file)
@@ -3767,8 +3767,8 @@ clientAclChecklistCreate(const acl_access * acl, ClientHttpRequest * http)
 CBDATA_CLASS_INIT(ConnStateData);
 
 ConnStateData::ConnStateData() :AsyncJob("ConnStateData"), transparent_ (false),
-    switchedToHttps_(false),
-    stoppedSending_(NULL), stoppedReceiving_(NULL)
+        switchedToHttps_(false),
+        stoppedSending_(NULL), stoppedReceiving_(NULL)
 {
     pinning.fd = -1;
     pinning.pinned = false;