From: Roman Arutyunyan Date: Wed, 29 Dec 2021 12:33:51 +0000 (+0300) Subject: Style. X-Git-Tag: release-1.25.0~4^2~152 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=7f0fdd4e149380c9439e63bea7625c5071781af6;p=nginx.git Style. --- diff --git a/src/http/v3/ngx_http_v3_request.c b/src/http/v3/ngx_http_v3_request.c index 6faa3ee0b..b97caec95 100644 --- a/src/http/v3/ngx_http_v3_request.c +++ b/src/http/v3/ngx_http_v3_request.c @@ -628,7 +628,7 @@ ngx_http_v3_process_header(ngx_http_request_t *r, ngx_str_t *name, } } - if (name->len && name->data[0] == ':') { + if (name->len && name->data[0] == ':') { return ngx_http_v3_process_pseudo_header(r, name, value); }