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 2017/05/31 22:51:43 UTC

[trafficserver] 02/02: clang format

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

zwoop pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 2f5792b9b149aa1dd11be83ad7d4f4f619b049b3
Author: Vijay Mamidi <vi...@yahoo.com>
AuthorDate: Wed May 31 15:35:31 2017 -0700

    clang format
---
 proxy/http/HttpTransact.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/proxy/http/HttpTransact.h b/proxy/http/HttpTransact.h
index 96fd9f5..33fa650 100644
--- a/proxy/http/HttpTransact.h
+++ b/proxy/http/HttpTransact.h
@@ -702,13 +702,14 @@ public:
         port_attribute(HttpProxyPort::TRANSPORT_DEFAULT),
         is_transparent(false)
     {
-        clear();
+      clear();
     }
-    void clear()
+    void
+    clear()
     {
-        ink_zero(src_addr);
-        ink_zero(dst_addr);
-        connect_result = 0;
+      ink_zero(src_addr);
+      ink_zero(dst_addr);
+      connect_result = 0;
     }
   };
 

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