diff --git a/include/mbedtls/check_config.h b/include/mbedtls/check_config.h index d36db4a9e..90246fe87 100644 --- a/include/mbedtls/check_config.h +++ b/include/mbedtls/check_config.h @@ -23,6 +23,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. @@ -1069,4 +1070,5 @@ */ typedef int mbedtls_iso_c_forbids_empty_translation_units; +/* *INDENT-ON* */ #endif /* MBEDTLS_CHECK_CONFIG_H */