From 9355d50f731d47f685317f40b65b43a611e6b6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Wed, 23 Feb 2022 09:38:01 +0100 Subject: [PATCH] CLEANUP: quic: Indentation fix in qc_prep_pkts() Non-invasive modification. --- src/xprt_quic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xprt_quic.c b/src/xprt_quic.c index cb99826ce..8cc68b804 100644 --- a/src/xprt_quic.c +++ b/src/xprt_quic.c @@ -2642,7 +2642,7 @@ static int qc_prep_pkts(struct quic_conn *qc, struct qring *qr, } } - if (rd && rd <= cbuf->wr) { + if (rd && rd <= cbuf->wr) { cb_wr_reset(cbuf); /* Let's try to reuse this buffer */ goto start;