From 2526632f7172d46d54dbf9738b497d91b9543f50 Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 16 Feb 2022 15:45:47 +0300 Subject: QUIC: fixed indentation. --- src/event/quic/ngx_event_quic_migration.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/event/quic/ngx_event_quic_migration.c') diff --git a/src/event/quic/ngx_event_quic_migration.c b/src/event/quic/ngx_event_quic_migration.c index 6597923da..e07c53250 100644 --- a/src/event/quic/ngx_event_quic_migration.c +++ b/src/event/quic/ngx_event_quic_migration.c @@ -108,7 +108,7 @@ ngx_quic_handle_path_response_frame(ngx_connection_t *c, } ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0, - "quic stale PATH_RESPONSE ignored"); + "quic stale PATH_RESPONSE ignored"); return NGX_OK; @@ -387,7 +387,7 @@ ngx_quic_set_connection_path(ngx_connection_t *c, ngx_quic_path_t *path) { size_t len; - ngx_memcpy(c->sockaddr, path->sockaddr, path->socklen); + ngx_memcpy(c->sockaddr, path->sockaddr, path->socklen); c->socklen = path->socklen; if (c->addr_text.data) { -- cgit