From d2c83bedb5e7c5125c199641bf6f3be1dac21575 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Mon, 14 Nov 2022 15:40:46 +0000 Subject: [PATCH] Disable code style correction in check_config.h Code style correction currently messes up check_names.py Signed-off-by: David Horstmann --- include/mbedtls/check_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mbedtls/check_config.h b/include/mbedtls/check_config.h index 7ae1ff94db..f1b00f2347 100644 --- a/include/mbedtls/check_config.h +++ b/include/mbedtls/check_config.h @@ -28,6 +28,7 @@ #ifndef MBEDTLS_CHECK_CONFIG_H #define MBEDTLS_CHECK_CONFIG_H +/* *INDENT-OFF* */ /* * We assume CHAR_BIT is 8 in many places. In practice, this is true on our * target platforms, so not an issue, but let's just be extra sure. @@ -955,4 +956,5 @@ */ typedef int mbedtls_iso_c_forbids_empty_translation_units; +/* *INDENT-ON* */ #endif /* MBEDTLS_CHECK_CONFIG_H */