]> git.kaiwu.me - nginx.git/commitdiff
QUIC: style.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 26 Oct 2021 15:05:57 +0000 (18:05 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 26 Oct 2021 15:05:57 +0000 (18:05 +0300)
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

index 99068654578d3408d9fb8b0370a40bb196e4d7f4..5c9dea1c1018c4d8f873b1657494de07cf38c320 100644 (file)
@@ -86,4 +86,3 @@ ngx_bpf_program_t ngx_quic_reuseport_helper = {
     .license = "BSD",
     .type = BPF_PROG_TYPE_SK_REUSEPORT,
 };
-
index 317eb094cd005b74efcd383579a99e7cba4d7aaf..43336b41e995a9c0d0c53a139ec554302b7eecff 100644 (file)
@@ -1188,4 +1188,3 @@ ngx_quic_decrypt(ngx_quic_header_t *pkt, uint64_t *largest_pn)
 
     return NGX_OK;
 }
-
index 968ad6a73f0ccfe699146834f42e0e224bd7d585..ddde68f09f915f48a38cc2dc80c81ec4020226b9 100644 (file)
@@ -350,6 +350,4 @@ ngx_quic_get_unconnected_socket(ngx_connection_t *c)
     }
 
     return NULL;
- }
-
-
+}