You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/09/20 19:00:33 UTC

[trafficserver] branch 8.0.x updated: ran clang-format

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

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


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 58442ff  ran clang-format
58442ff is described below

commit 58442ff1ee988d5a0de95a65a6e0c7d502d60154
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Sep 20 11:59:43 2018 -0700

    ran clang-format
---
 proxy/http/HttpTransact.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxy/http/HttpTransact.cc b/proxy/http/HttpTransact.cc
index d51f717..54abeb4 100644
--- a/proxy/http/HttpTransact.cc
+++ b/proxy/http/HttpTransact.cc
@@ -8228,7 +8228,6 @@ HttpTransact::client_result_stat(State *s, ink_hrtime total_time, ink_hrtime req
   }
   // Count the status codes, assuming the client didn't abort (i.e. there is an m_http)
   if ((s->source != SOURCE_NONE) && (s->client_info.abort == DIDNOT_ABORT)) {
-
     switch (client_response_status) {
     case 100:
       HTTP_INCREMENT_DYN_STAT(http_response_status_100_count_stat);