Skip to content

Commit 94fa662

Browse files
authored
style: removed extra space. (#1981)
1 parent 6302d47 commit 94fa662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ ngx_http_lua_free_thread(ngx_http_request_t *r, lua_State *L, int co_ref,
564564
{
565565
#ifdef HAVE_LUA_RESETTHREAD
566566
ngx_queue_t *q;
567-
ngx_http_lua_thread_ref_t *tref ;
567+
ngx_http_lua_thread_ref_t *tref;
568568
ngx_http_lua_ctx_t *ctx;
569569

570570
ngx_log_debug2(NGX_LOG_DEBUG_HTTP,

0 commit comments

Comments
 (0)