Repository: trafficserver Updated Branches: refs/heads/master aa59a0d52 -> 95f45d4a7
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/master Commit: 95f45d4a79368ad7c7a236238ee5af660ae826a7 Parents: aa59a0d Author: Leif Hedstrom <[email protected]> Authored: Mon Jul 27 09:58:00 2015 -0600 Committer: Leif Hedstrom <[email protected]> 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; }
