aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-10-26 18:05:57 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-10-26 18:05:57 +0300
commit8f8cb92e9229d75ea5816f35c6b4bfdfb253a486 (patch)
treec4a4dfaba801800d2435a7313df1b7cb08b1de9f /src
parent01d27365c6b0abbced06c2669072e6568a4e1cb6 (diff)
downloadnginx-8f8cb92e9229d75ea5816f35c6b4bfdfb253a486.tar.gz
nginx-8f8cb92e9229d75ea5816f35c6b4bfdfb253a486.zip
QUIC: style.
Diffstat (limited to 'src')
-rw-r--r--src/event/quic/ngx_event_quic_bpf_code.c1
-rw-r--r--src/event/quic/ngx_event_quic_protection.c1
-rw-r--r--src/event/quic/ngx_event_quic_socket.c4
3 files changed, 1 insertions, 5 deletions
diff --git a/src/event/quic/ngx_event_quic_bpf_code.c b/src/event/quic/ngx_event_quic_bpf_code.c
index 990686545..5c9dea1c1 100644
--- 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_helper = {
.license = "BSD",
.type = BPF_PROG_TYPE_SK_REUSEPORT,
};
-
diff --git a/src/event/quic/ngx_event_quic_protection.c b/src/event/quic/ngx_event_quic_protection.c
index 317eb094c..43336b41e 100644
--- 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, uint64_t *largest_pn)
return NGX_OK;
}
-
diff --git a/src/event/quic/ngx_event_quic_socket.c b/src/event/quic/ngx_event_quic_socket.c
index 968ad6a73..ddde68f09 100644
--- 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_connection_t *c)
}
return NULL;
- }
-
-
+}