From: Automatic source maintenance Date: Sat, 14 Jan 2012 20:47:40 +0000 (-0700) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_1_19~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7100dc0814facd6ebea79beda1021aec4816cea2;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/client_side.cc b/src/client_side.cc index 8f8bf4c310..d156b88f9c 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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;