diff src/http/v3/ngx_http_v3_parse.c @ 9090:7d67fe09bcad quic tip

QUIC: style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 May 2023 18:48:01 +0300
parents 5b1011b5702b
children
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3_parse.c
+++ b/src/http/v3/ngx_http_v3_parse.c
@@ -868,7 +868,8 @@ ngx_http_v3_parse_field_l(ngx_connection
 
         case sw_start:
 
-            ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0, "http3 parse field l");
+            ngx_log_debug0(NGX_LOG_DEBUG_HTTP, c->log, 0,
+                           "http3 parse field l");
 
             if (b->pos == b->last) {
                 return NGX_AGAIN;