From: Frédéric Lécaille Date: Wed, 23 Feb 2022 08:38:01 +0000 (+0100) Subject: CLEANUP: quic: Indentation fix in qc_prep_pkts() X-Git-Tag: v2.6-dev3~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9355d50f731d47f685317f40b65b43a611e6b6c5;p=thirdparty%2Fhaproxy.git CLEANUP: quic: Indentation fix in qc_prep_pkts() Non-invasive modification. --- diff --git a/src/xprt_quic.c b/src/xprt_quic.c index cb99826ceb..8cc68b8048 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;