mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Update library/debug.c
Fix trailing white-space Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user