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

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

commit c2658677a27702c54bbb0c8f25a659c9e61a47d6
Author: Matt Mills <mmi...@2bn.net>
AuthorDate: Fri Aug 4 21:00:46 2017 -0600

    Fix clang-format
    
    (cherry picked from commit a0aca6f911445ed3492177cbb24b5ee50bfa39e1)
---
 plugins/experimental/ts_lua/ts_lua_server_response.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/experimental/ts_lua/ts_lua_server_response.c 
b/plugins/experimental/ts_lua/ts_lua_server_response.c
index 7c87342..3210b72 100644
--- a/plugins/experimental/ts_lua/ts_lua_server_response.c
+++ b/plugins/experimental/ts_lua/ts_lua_server_response.c
@@ -253,9 +253,9 @@ ts_lua_server_response_set_status(lua_State *L)
 
   status = luaL_checkint(L, 1);
 
-  reason     = TSHttpHdrReasonLookup(status);
+  reason = TSHttpHdrReasonLookup(status);
   if (reason) {
-      reason_len = strlen(reason);
+    reason_len = strlen(reason);
   }
 
   TSHttpHdrStatusSet(http_ctx->server_response_bufp, 
http_ctx->server_response_hdrp, status);

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

Reply via email to