Fixed code style

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor 2026-06-01 07:43:48 +01:00
parent 8e9e821ce8
commit c2a26a989f

View File

@ -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) {