Skip to content

Commit

Permalink
Update include/snitch/snitch_macros_consteval.hpp
Browse files Browse the repository at this point in the history
Fix indentation

Co-authored-by: Corentin Schreiber <[email protected]>
  • Loading branch information
NicoMuleo and cschreib authored Nov 5, 2024
1 parent d94cb7b commit 28ef1a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/snitch/snitch_macros_consteval.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
#else // SNITCH_DISABLE

// clang-format off
# define SNITCH_CONSTEVAL_REQUIRE(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_CHECK(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_REQUIRE_FALSE(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_CHECK_FALSE(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_REQUIRE(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_CHECK(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_REQUIRE_FALSE(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_CHECK_FALSE(...) SNITCH_DISCARD_ARGS(__VA_ARGS__)
# define SNITCH_CONSTEVAL_REQUIRE_THAT(EXPR, ...) SNITCH_DISCARD_ARGS(EXPR, __VA_ARGS__)
# define SNITCH_CONSTEVAL_CHECK_THAT(EXPR, ...) SNITCH_DISCARD_ARGS(EXPR, __VA_ARGS__)
// clang-format on
Expand Down

0 comments on commit 28ef1a9

Please sign in to comment.