Skip to content

Commit

Permalink
Don't restyle end of file
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
davidhorstmann-arm committed Jan 5, 2023
1 parent b92d30f commit 2ccd77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mbedtls/bn_mul.h
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@
#endif /* MSVC */

#endif /* MBEDTLS_HAVE_ASM */
/* *INDENT-ON* */

#if !defined(MULADDC_CORE)
#if defined(MBEDTLS_HAVE_UDBL)
Expand Down Expand Up @@ -1003,4 +1002,5 @@
#endif /* C (generic) */
#endif /* C (longlong) */

/* *INDENT-ON* */
#endif /* bn_mul.h */

0 comments on commit 2ccd77a

Please sign in to comment.