# HG changeset patch # User Maxim Dounin # Date 1683820081 -10800 # Node ID 8057e053480a49b7fbc626dc92d11f71ba4a387f # Parent 69bae2437d74dfc018cba5e4f7eefb8f510112c4 QUIC: style. diff -r 69bae2437d74 -r 8057e053480a src/http/v3/ngx_http_v3.h --- a/src/http/v3/ngx_http_v3.h Thu May 11 13:22:10 2023 +0400 +++ b/src/http/v3/ngx_http_v3.h Thu May 11 18:48:01 2023 +0300 @@ -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) \ diff -r 69bae2437d74 -r 8057e053480a src/http/v3/ngx_http_v3_parse.c --- a/src/http/v3/ngx_http_v3_parse.c Thu May 11 13:22:10 2023 +0400 +++ b/src/http/v3/ngx_http_v3_parse.c Thu May 11 18:48:01 2023 +0300 @@ -868,7 +868,8 @@ 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;