]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: quic: Indentation fix in qc_do_build_pkt()
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 6 Nov 2023 16:51:38 +0000 (17:51 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Thu, 9 Nov 2023 09:32:31 +0000 (10:32 +0100)
Modification without any functional impact.

src/quic_tx.c

index 9f87aac6788a3f27915e3637f53c404f7ebdfc4f..b8de12a5715110dfcbec9f9812dd530f9a29a0ca 100644 (file)
@@ -2243,8 +2243,8 @@ static int qc_do_build_pkt(unsigned char *pos, const unsigned char *end,
        ack_frm_len = 0;
        /* Do not ack and probe at the same time. */
        if ((must_ack || (qel->pktns->flags & QUIC_FL_PKTNS_ACK_REQUIRED)) && !qel->pktns->tx.pto_probe) {
-           struct quic_arngs *arngs = &qel->pktns->rx.arngs;
-           BUG_ON(eb_is_empty(&qel->pktns->rx.arngs.root));
+               struct quic_arngs *arngs = &qel->pktns->rx.arngs;
+               BUG_ON(eb_is_empty(&qel->pktns->rx.arngs.root));
                ack_frm.tx_ack.arngs = arngs;
                if (qel->pktns->flags & QUIC_FL_PKTNS_NEW_LARGEST_PN) {
                        qel->pktns->tx.ack_delay =