changeset 8888:6d1488b62dc5 quic

QUIC: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Oct 2021 18:05:57 +0300
parents 61b038fb59c6
children 61d0fa67b55e
files src/event/quic/ngx_event_quic_bpf_code.c src/event/quic/ngx_event_quic_protection.c src/event/quic/ngx_event_quic_socket.c
diffstat 3 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/event/quic/ngx_event_quic_bpf_code.c
+++ b/src/event/quic/ngx_event_quic_bpf_code.c
@@ -86,4 +86,3 @@ ngx_bpf_program_t ngx_quic_reuseport_hel
     .license = "BSD",
     .type = BPF_PROG_TYPE_SK_REUSEPORT,
 };
-
--- a/src/event/quic/ngx_event_quic_protection.c
+++ b/src/event/quic/ngx_event_quic_protection.c
@@ -1188,4 +1188,3 @@ ngx_quic_decrypt(ngx_quic_header_t *pkt,
 
     return NGX_OK;
 }
-
--- a/src/event/quic/ngx_event_quic_socket.c
+++ b/src/event/quic/ngx_event_quic_socket.c
@@ -350,6 +350,4 @@ ngx_quic_get_unconnected_socket(ngx_conn
     }
 
     return NULL;
- }
-
-
+}