From 0cdc7ab583bd1f2c813c87892963328915024123 Mon Sep 17 00:00:00 2001 From: Loganaden Velvindron Date: Tue, 7 Jul 2026 08:51:12 +0400 Subject: [PATCH] Fix whitespaces --- src/quic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quic.c b/src/quic.c index d899e3dd97..1b123b9c3e 100644 --- a/src/quic.c +++ b/src/quic.c @@ -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;