changeset 8957:de7d36aa9bc7 quic

Style.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 29 Dec 2021 15:33:51 +0300
parents eaf356a35f5d
children 10522e8dea41
files src/http/v3/ngx_http_v3_request.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_requ
         }
     }
 
-    if (name->len &&  name->data[0] == ':') {
+    if (name->len && name->data[0] == ':') {
         return ngx_http_v3_process_pseudo_header(r, name, value);
     }