Skip to content

Commit 0bccfb3

Browse files
authored
style: added "static" for the "ngx_http_lua_module_ctx" (#1794)
1 parent 2c5b189 commit 0bccfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ static ngx_command_t ngx_http_lua_cmds[] = {
633633
};
634634

635635

636-
ngx_http_module_t ngx_http_lua_module_ctx = {
636+
static ngx_http_module_t ngx_http_lua_module_ctx = {
637637
NULL, /* preconfiguration */
638638
ngx_http_lua_init, /* postconfiguration */
639639

0 commit comments

Comments
 (0)