1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-05-28 16:21:27 +03: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 <david.horstmann@arm.com>
This commit is contained in:
David Horstmann 2023-01-05 09:50:47 +00:00
parent b92d30f987
commit 2ccd77ac83

View File

@ -954,7 +954,6 @@
#endif /* MSVC */
#endif /* MBEDTLS_HAVE_ASM */
/* *INDENT-ON* */
#if !defined(MULADDC_CORE)
#if defined(MBEDTLS_HAVE_UDBL)
@ -1003,4 +1002,5 @@
#endif /* C (generic) */
#endif /* C (longlong) */
/* *INDENT-ON* */
#endif /* bn_mul.h */