mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-12 00:26:27 -04:00
code style
Signed-off-by: valord577 <valord577@gmail.com>
This commit is contained in:
parent
06b0bb55e3
commit
de6ea9847d
@ -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