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 2015/07/29 01:40:35 UTC

[57/62] [abbrv] trafficserver git commit: Clang-format. briang what is the Jira for this??

Clang-format. briang what is the Jira for this??


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/95f45d4a
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/95f45d4a
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/95f45d4a

Branch: refs/heads/6.0.x
Commit: 95f45d4a79368ad7c7a236238ee5af660ae826a7
Parents: aa59a0d
Author: Leif Hedstrom <zw...@apache.org>
Authored: Mon Jul 27 09:58:00 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Mon Jul 27 09:58:00 2015 -0600

----------------------------------------------------------------------
 proxy/logging/LogAccessHttp.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/95f45d4a/proxy/logging/LogAccessHttp.cc
----------------------------------------------------------------------
diff --git a/proxy/logging/LogAccessHttp.cc b/proxy/logging/LogAccessHttp.cc
index fe1b61c..ec0cc7f 100644
--- a/proxy/logging/LogAccessHttp.cc
+++ b/proxy/logging/LogAccessHttp.cc
@@ -916,8 +916,8 @@ int
 LogAccessHttp::marshal_proxy_req_server_port(char *buf)
 {
   if (buf) {
-      uint16_t port = ntohs(m_http_sm->t_state.current.server != NULL ? m_http_sm->t_state.current.server->dst_addr.port() : 0);
-      marshal_int(buf, port);
+    uint16_t port = ntohs(m_http_sm->t_state.current.server != NULL ? m_http_sm->t_state.current.server->dst_addr.port() : 0);
+    marshal_int(buf, port);
   }
   return INK_MIN_ALIGN;
 }