From bec95320ba0bf805a12689f80d1625776eb2b948 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Thu, 5 Jan 2023 09:50:47 +0000 Subject: [PATCH] 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 --- library/bn_mul.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/bn_mul.h b/library/bn_mul.h index 22574e6550..b7e9690e92 100644 --- a/library/bn_mul.h +++ b/library/bn_mul.h @@ -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 */