Skip to content

Commit 766563f

Browse files
committed
one minor coding style fix.
1 parent b90e7dd commit 766563f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_lua_headers_in.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ ngx_http_lua_set_input_header(ngx_http_request_t *r, ngx_str_t key,
434434
hv.key = key;
435435

436436
hv.offset = 0;
437-
hv.no_override = ! override;
437+
hv.no_override = !override;
438438
hv.handler = NULL;
439439

440440
for (i = 0; handlers[i].name.len; i++) {

0 commit comments

Comments
 (0)