]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: Indentation fix in qc_prep_pkts()
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 23 Feb 2022 08:38:01 +0000 (09:38 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 1 Mar 2022 15:22:35 +0000 (16:22 +0100)
Non-invasive modification.

src/xprt_quic.c

index cb99826ceb795f2a2fba95bb17eea3592b5a080f..8cc68b8048d9007e32bf8902e2705d5da607c66f 100644 (file)
@@ -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;