You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2016/10/10 23:06:45 UTC

[trafficserver] branch master updated: Fixes clang-format

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  ff7a7e5   Fixes clang-format
ff7a7e5 is described below

commit ff7a7e510f3a92a2424c489cd6dbbd96db668374
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Mon Oct 10 17:06:19 2016 -0600

    Fixes clang-format
---
 proxy/ProxyClientSession.cc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/proxy/ProxyClientSession.cc b/proxy/ProxyClientSession.cc
index c1191d6..ef0be6f 100644
--- a/proxy/ProxyClientSession.cc
+++ b/proxy/ProxyClientSession.cc
@@ -28,7 +28,14 @@
 static int64_t next_cs_id = 0;
 
 ProxyClientSession::ProxyClientSession()
-  : VConnection(NULL), acl_record(NULL), host_res_style(HOST_RES_IPV4), debug_on(false), hooks_on(true), in_destroy(false), con_id(0), m_active(false)
+  : VConnection(NULL),
+    acl_record(NULL),
+    host_res_style(HOST_RES_IPV4),
+    debug_on(false),
+    hooks_on(true),
+    in_destroy(false),
+    con_id(0),
+    m_active(false)
 {
   ink_zero(this->user_args);
 }

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].