From 089d1f653001419ea9d0b463434a89007ec805bd Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Thu, 11 May 2023 18:48:01 +0300 Subject: QUIC: style. --- src/http/v3/ngx_http_v3_parse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/http/v3/ngx_http_v3_parse.c') diff --git a/src/http/v3/ngx_http_v3_parse.c b/src/http/v3/ngx_http_v3_parse.c index 7dc53493c..7ea284f8a 100644 --- 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_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; -- cgit