mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Fixed code style
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
8e9e821ce8
commit
c2a26a989f
@ -76,7 +76,7 @@ static void tls_abort_transcript(void *ctx, int level,
|
||||
(void) file;
|
||||
(void) line;
|
||||
|
||||
if (abort_ctx->triggered){
|
||||
if (abort_ctx->triggered) {
|
||||
return;
|
||||
}
|
||||
if (abort_ctx->ssl == NULL) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user