diff src/http/v3/ngx_http_v3.h @ 9105:8057e053480a quic

QUIC: style.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 11 May 2023 18:48:01 +0300
parents c851a2ed5ce8
children f742b1b46901
line wrap: on
line diff
--- a/src/http/v3/ngx_http_v3.h
+++ b/src/http/v3/ngx_http_v3.h
@@ -85,11 +85,11 @@
 #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)                      \