We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c4e93 commit 747c2eeCopy full SHA for 747c2ee
src/unity.c
@@ -1164,7 +1164,7 @@ void UnityAssertGreaterOrLessFloat(const UNITY_FLOAT threshold,
1164
UNITY_FAIL_AND_BAIL;
1165
}
1166
1167
-#endif // UNITY_EXCLUDE_FLOAT_PRINT
+#endif /* ! UNITY_EXCLUDE_FLOAT_PRINT */
1168
1169
/*-----------------------------------------------*/
1170
void UnityAssertFloatSpecial(const UNITY_FLOAT actual,
@@ -1393,7 +1393,7 @@ void UnityAssertGreaterOrLessDouble(const UNITY_DOUBLE threshold,
1393
1394
1395
1396
1397
1398
1399
void UnityAssertDoubleSpecial(const UNITY_DOUBLE actual,
0 commit comments