aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2022-01-26 18:03:45 +0300
committerRoman Arutyunyan <arut@nginx.com>2022-01-26 18:03:45 +0300
commit9a9cb1982fc4232f74b5f7465876126670009c31 (patch)
treeee39238af81df927077d6a37c373e186b41fe3f4 /src
parentd5e71992c3431af3c97312f75057966cbd0eb68f (diff)
downloadnginx-9a9cb1982fc4232f74b5f7465876126670009c31.tar.gz
nginx-9a9cb1982fc4232f74b5f7465876126670009c31.zip
QUIC: style.
Diffstat (limited to 'src')
-rw-r--r--src/event/quic/ngx_event_quic.c2
1 files changed, 0 insertions, 2 deletions
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);
}
-
-