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:
David Horstmann 2023-01-05 09:50:47 +00:00
parent c571c5b1f0
commit bec95320ba

View file

@ -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 */