Update library/debug.c

Fix trailing white-space

Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
Dave Rodgman
2023-05-16 16:42:40 +01:00
parent 25418ac734
commit 9ecf5f96df
+1 -1
View File
@@ -84,7 +84,7 @@ void mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level,
str[ret] = '\n';
str[ret + 1] = '\0';
}
else
else
{
str[DEBUG_BUF_SIZE - 2] = '\n';
}