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 2017/01/31 00:50:21 UTC

[trafficserver] branch master updated: clang-format

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

bcall 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  6def9ca   clang-format
6def9ca is described below

commit 6def9ca4b711c19ae6677bdc9bc069a9f682fb93
Author: Bryan Call <bc...@apache.org>
AuthorDate: Mon Jan 30 16:50:08 2017 -0800

    clang-format
---
 proxy/http/HttpTransact.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxy/http/HttpTransact.cc b/proxy/http/HttpTransact.cc
index b4e1a47..62915c4 100644
--- a/proxy/http/HttpTransact.cc
+++ b/proxy/http/HttpTransact.cc
@@ -8198,8 +8198,8 @@ HttpTransact::build_error_response(State *s, HTTPStatus status_code, const char
   char *new_msg;
 
   va_start(ap, format);
-  new_msg = body_factory->fabricate_with_old_api(error_body_type, s, s->http_config_param->body_factory_response_max_size, &len, body_language, sizeof(body_language), body_type,
-                                                 sizeof(body_type), format, ap);
+  new_msg = body_factory->fabricate_with_old_api(error_body_type, s, s->http_config_param->body_factory_response_max_size, &len,
+                                                 body_language, sizeof(body_language), body_type, sizeof(body_type), format, ap);
   va_end(ap);
 
   // After the body factory is called, a new "body" is allocated, and we must replace it. It is

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