mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-15 05:21:21 +08:00
Disable code style correction in check_config.h
Code style correction currently messes up check_names.py Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
20d6bfa8e7
commit
d2c83bedb5
@ -28,6 +28,7 @@
|
|||||||
#ifndef MBEDTLS_CHECK_CONFIG_H
|
#ifndef MBEDTLS_CHECK_CONFIG_H
|
||||||
#define 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
|
* 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.
|
* 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;
|
typedef int mbedtls_iso_c_forbids_empty_translation_units;
|
||||||
|
|
||||||
|
/* *INDENT-ON* */
|
||||||
#endif /* MBEDTLS_CHECK_CONFIG_H */
|
#endif /* MBEDTLS_CHECK_CONFIG_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user