mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-04 18:27:46 +00:00
Don't restyle end of file
Move the *INDENT-ON* annotation to the end of the file so that uncrustify does not restyle the later sections (since it introduces a risk of future problems). Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
+1
-1
@@ -1005,7 +1005,6 @@
|
||||
#endif /* MSVC */
|
||||
|
||||
#endif /* MBEDTLS_HAVE_ASM */
|
||||
/* *INDENT-ON* */
|
||||
|
||||
#if !defined(MULADDC_X1_CORE)
|
||||
#if defined(MBEDTLS_HAVE_UDBL)
|
||||
@@ -1073,4 +1072,5 @@
|
||||
#define MULADDC_X8_CORE MULADDC_X4_CORE MULADDC_X4_CORE
|
||||
#endif /* MULADDC_X8_CORE */
|
||||
|
||||
/* *INDENT-ON* */
|
||||
#endif /* bn_mul.h */
|
||||
|
||||
Reference in New Issue
Block a user