aboutsummaryrefslogtreecommitdiff
path: root/src/event/quic/ngx_event_quic_bpf.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-02-15 14:54:28 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-02-15 14:54:28 +0300
commit407c47074da59f016f99cf04c823080cf7a0b00c (patch)
tree401f4b0ba7d2c3c52793dc96693fa6d0ca140ff8 /src/event/quic/ngx_event_quic_bpf.c
parentf86c1e1de1fed4e6e92ecee1ed1609d31e52224c (diff)
downloadnginx-407c47074da59f016f99cf04c823080cf7a0b00c.tar.gz
nginx-407c47074da59f016f99cf04c823080cf7a0b00c.zip
QUIC: fixed indentation.
Diffstat (limited to 'src/event/quic/ngx_event_quic_bpf.c')
-rw-r--r--src/event/quic/ngx_event_quic_bpf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic_bpf.c b/src/event/quic/ngx_event_quic_bpf.c
index f449793ea..4d5c3adae 100644
--- a/src/event/quic/ngx_event_quic_bpf.c
+++ b/src/event/quic/ngx_event_quic_bpf.c
@@ -400,8 +400,8 @@ ngx_quic_bpf_get_group(ngx_cycle_t *cycle, ngx_listening_t *ls)
}
ngx_log_debug2(NGX_LOG_DEBUG_EVENT, cycle->log, 0,
- "quic bpf sockmap fd duplicated old:%i new:%i",
- ogrp->map_fd, grp->map_fd);
+ "quic bpf sockmap fd duplicated old:%i new:%i",
+ ogrp->map_fd, grp->map_fd);
return grp;
}