Skip to content

Commit d6fa8db

Browse files
committed
minor coding style tweak.
1 parent 04b05ff commit d6fa8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ typedef struct ngx_http_lua_main_conf_s ngx_http_lua_main_conf_t;
106106

107107

108108
typedef ngx_int_t (*ngx_http_lua_conf_handler_pt)(ngx_log_t *log,
109-
ngx_http_lua_main_conf_t *lmcf, lua_State *L);
109+
ngx_http_lua_main_conf_t *lmcf, lua_State *L);
110110

111111

112112
typedef struct {

0 commit comments

Comments
 (0)