diff src/event/ngx_event_quic.c @ 8450:a62849b6463c quic

Style.
author Vladimir Homutov <vl@nginx.com>
date Fri, 19 Jun 2020 11:29:30 +0300
parents 97adb87f149b
children e0f92f68e018
line wrap: on
line diff
--- a/src/event/ngx_event_quic.c
+++ b/src/event/ngx_event_quic.c
@@ -2173,6 +2173,7 @@ ngx_quic_send_new_token(ngx_connection_t
     return NGX_OK;
 }
 
+
 static ngx_int_t
 ngx_quic_handle_ack_frame(ngx_connection_t *c, ngx_quic_header_t *pkt,
     ngx_quic_ack_frame_t *ack)