Fix whitespaces

This commit is contained in:
Loganaden Velvindron
2026-07-07 08:51:12 +04:00
committed by GitHub
parent 98c48a43b7
commit 0cdc7ab583
+1 -1
View File
@@ -848,7 +848,7 @@ static int wolfSSL_quic_send_internal(WOLFSSL* ssl)
ssl->quic.output_rec_remain -= (word32)len;
}
else {
/* at start of a TLS Record */
/* at start of a TLS Record */
if (length < RECORD_HEADER_SZ) {
WOLFSSL_MSG("WOLFSSL_QUIC_SEND application failed");
ret = FWRITE_ERROR;