diff --git a/include/mbedtls/bn_mul.h b/include/mbedtls/bn_mul.h index c04e31e802..bce9ce38c3 100644 --- a/include/mbedtls/bn_mul.h +++ b/include/mbedtls/bn_mul.h @@ -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 */