mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-22 13:20:50 +00:00
code style
Signed-off-by: valord577 <valord577@gmail.com>
This commit is contained in:
parent
536893c22f
commit
176e92711c
@ -86,9 +86,9 @@ void mbedtls_debug_print_msg(const mbedtls_ssl_context *ssl, int level,
|
|||||||
va_end(argp);
|
va_end(argp);
|
||||||
|
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
eol= 0;
|
eol = 0;
|
||||||
} else {
|
} else {
|
||||||
eol= ret;
|
eol = ret;
|
||||||
if (ret >= DEBUG_BUF_SIZE - 1) {
|
if (ret >= DEBUG_BUF_SIZE - 1) {
|
||||||
eol = DEBUG_BUF_SIZE - 2;
|
eol = DEBUG_BUF_SIZE - 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user