From 9f7ac0371f5fa4e237b3f423704b6ad01a59e8d0 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 29 Aug 2025 10:46:52 +0200 Subject: [PATCH] Fix code style Signed-off-by: Gilles Peskine --- library/threading_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/threading_internal.h b/library/threading_internal.h index 354d6cb5e7..21b57c97c8 100644 --- a/library/threading_internal.h +++ b/library/threading_internal.h @@ -22,7 +22,7 @@ * Conventionally, this is the Mbed TLS version number when the * threading interface was last changed in a way that may impact the * test framework, with the lower byte incremented as necessary - *if multiple changes happened between releases. */ + * if multiple changes happened between releases. */ #define MBEDTLS_THREADING_INTERNAL_VERSION 0x03060000 #endif /* MBEDTLS_THREADING_INTERNAL_H */