CLEANUP: quic: Indentation fix in qc_prep_pkts()

Non-invasive modification.
diff --git a/src/xprt_quic.c b/src/xprt_quic.c
index cb99826..8cc68b8 100644
--- a/src/xprt_quic.c
+++ b/src/xprt_quic.c
@@ -2642,7 +2642,7 @@
 			}
 		}
 
-	    if (rd && rd <= cbuf->wr) {
+		if (rd && rd <= cbuf->wr) {
 			cb_wr_reset(cbuf);
 			/* Let's try to reuse this buffer */
 			goto start;