From: Roman Arutyunyan Date: Wed, 26 Jan 2022 15:03:45 +0000 (+0300) Subject: QUIC: style. X-Git-Tag: release-1.25.0~4^2~123 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=9a9cb1982fc4232f74b5f7465876126670009c31;p=nginx.git QUIC: style. --- diff --git a/src/event/quic/ngx_event_quic.c b/src/event/quic/ngx_event_quic.c index f1d96a58a..9309faa6c 100644 --- a/src/event/quic/ngx_event_quic.c +++ b/src/event/quic/ngx_event_quic.c @@ -1474,5 +1474,3 @@ ngx_quic_shutdown_quic(ngx_connection_t *c) ngx_quic_finalize_connection(c, qc->shutdown_code, qc->shutdown_reason); } - -