1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

Fix some style issues on files that can easily be synch'ed with 2.4.x

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1705983 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2015-09-30 08:35:35 +00:00
parent 844e85ad0d
commit 68131d85a4
16 changed files with 46 additions and 36 deletions

View File

@@ -141,7 +141,8 @@ static int cfg_directory(lua_State *L)
return 1;
}
/*static int cfg_root(lua_State *L) {
/*static int cfg_root(lua_State *L)
{
ap_lua_dir_cfg *cfg = check_dir_config(L, 1);
lua_pushstring(L, cfg->root_path);
return 1;