Skip to content

Commit cd3c6bd

Browse files
committed
minor style fixes.
1 parent bcdcd85 commit cd3c6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_initworkerby.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ngx_http_lua_init_worker(ngx_cycle_t *cycle)
4646
return NGX_OK;
4747
}
4848

49-
conf_ctx = ((ngx_http_conf_ctx_t *) cycle->conf_ctx[ngx_http_module.index]);
49+
conf_ctx = (ngx_http_conf_ctx_t *) cycle->conf_ctx[ngx_http_module.index];
5050
http_ctx.main_conf = conf_ctx->main_conf;
5151

5252
top_clcf = conf_ctx->loc_conf[ngx_http_core_module.ctx_index];

0 commit comments

Comments
 (0)