You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2016/08/24 05:02:44 UTC

[trafficserver] branch master updated: TS-4724: fix clang-format

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

kichan 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  c23b4c5   TS-4724: fix clang-format
c23b4c5 is described below

commit c23b4c52834571e79f516b50426513bced9136cb
Author: Kit Chan <ki...@apache.org>
AuthorDate: Tue Aug 23 22:02:24 2016 -0700

    TS-4724: fix clang-format
---
 plugins/experimental/ts_lua/ts_lua_server_request.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/experimental/ts_lua/ts_lua_server_request.c b/plugins/experimental/ts_lua/ts_lua_server_request.c
index f6e42c7..1cfb962 100644
--- a/plugins/experimental/ts_lua/ts_lua_server_request.c
+++ b/plugins/experimental/ts_lua/ts_lua_server_request.c
@@ -546,7 +546,6 @@ ts_lua_inject_server_request_url_api(lua_State *L)
   lua_setfield(L, -2, "get_url_scheme");
   lua_pushcfunction(L, ts_lua_server_request_set_url_scheme);
   lua_setfield(L, -2, "set_url_scheme");
-
 }
 
 static int

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