mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-15 16:04:37 +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);
|
||||
/* Let's try to reuse this buffer */
|
||||
goto start;
|
||||
|
Loading…
Reference in New Issue
Block a user