CLEANUP: quic: Indentation fix in qc_prep_pkts()

Non-invasive modification.
This commit is contained in:
Frédéric Lécaille 2022-02-23 09:38:01 +01:00 committed by Amaury Denoyelle
parent 7d845f15fd
commit 9355d50f73

View 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;