]> git.kaiwu.me - nginx.git/commitdiff
QUIC: style.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 May 2023 15:48:01 +0000 (18:48 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 11 May 2023 15:48:01 +0000 (18:48 +0300)
src/http/v3/ngx_http_v3.h
src/http/v3/ngx_http_v3_parse.c

index 2bb717cc8d4ae80810d8189fb63c5d1465bad83d..2c05f089f7dbb00b7d63b59d3f652915902fd0a5 100644 (file)
 #define ngx_http_v3_get_session(c)  ngx_http_quic_get_connection(c)->v3_session
 
 #define ngx_http_v3_get_module_loc_conf(c, module)                            \
-    ngx_http_get_module_loc_conf(ngx_http_quic_get_connection(c)->conf_ctx,     \
+    ngx_http_get_module_loc_conf(ngx_http_quic_get_connection(c)->conf_ctx,   \
                                  module)
 
 #define ngx_http_v3_get_module_srv_conf(c, module)                            \
-    ngx_http_get_module_srv_conf(ngx_http_quic_get_connection(c)->conf_ctx,     \
+    ngx_http_get_module_srv_conf(ngx_http_quic_get_connection(c)->conf_ctx,   \
                                  module)
 
 #define ngx_http_v3_finalize_connection(c, code, reason)                      \
index 7dc53493cb0ee22c111d3ebcf86e11b7d0d8292c..7ea284f8a073bdc7b3738e15d69383373da07137 100644 (file)
@@ -868,7 +868,8 @@ ngx_http_v3_parse_field_l(ngx_connection_t *c,
 
         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;