From 747c2ee73f44de813c9b719e39531d6e8dc026c3 Mon Sep 17 00:00:00 2001 From: James Browning Date: Wed, 12 Nov 2025 05:19:20 -0800 Subject: [PATCH] Misadress style CI bot failure, my bad --- src/unity.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unity.c b/src/unity.c index e031ebb..8be0d03 100644 --- a/src/unity.c +++ b/src/unity.c @@ -1164,7 +1164,7 @@ void UnityAssertGreaterOrLessFloat(const UNITY_FLOAT threshold, UNITY_FAIL_AND_BAIL; } } -#endif // UNITY_EXCLUDE_FLOAT_PRINT +#endif /* ! UNITY_EXCLUDE_FLOAT_PRINT */ /*-----------------------------------------------*/ void UnityAssertFloatSpecial(const UNITY_FLOAT actual, @@ -1393,7 +1393,7 @@ void UnityAssertGreaterOrLessDouble(const UNITY_DOUBLE threshold, UNITY_FAIL_AND_BAIL; } } -#endif // UNITY_EXCLUDE_FLOAT_PRINT +#endif /* ! UNITY_EXCLUDE_FLOAT_PRINT */ /*-----------------------------------------------*/ void UnityAssertDoubleSpecial(const UNITY_DOUBLE actual,