mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-18 19:50:54 +00:00
CLEANUP: quic: Indentation fix in qc_prep_pkts()
Non-invasive modification.
This commit is contained in:
parent
7d845f15fd
commit
9355d50f73
@ -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);
|
cb_wr_reset(cbuf);
|
||||||
/* Let's try to reuse this buffer */
|
/* Let's try to reuse this buffer */
|
||||||
goto start;
|
goto start;
|
||||||
|
Loading…
Reference in New Issue
Block a user