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 <david.horstmann@arm.com>
This commit is contained in:
parent
c571c5b1f0
commit
bec95320ba
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue