Skip to content

Commit 747c2ee

Browse files
committed
Misadress style CI bot failure, my bad
1 parent 18c4e93 commit 747c2ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unity.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ void UnityAssertGreaterOrLessFloat(const UNITY_FLOAT threshold,
11641164
UNITY_FAIL_AND_BAIL;
11651165
}
11661166
}
1167-
#endif // UNITY_EXCLUDE_FLOAT_PRINT
1167+
#endif /* ! UNITY_EXCLUDE_FLOAT_PRINT */
11681168

11691169
/*-----------------------------------------------*/
11701170
void UnityAssertFloatSpecial(const UNITY_FLOAT actual,
@@ -1393,7 +1393,7 @@ void UnityAssertGreaterOrLessDouble(const UNITY_DOUBLE threshold,
13931393
UNITY_FAIL_AND_BAIL;
13941394
}
13951395
}
1396-
#endif // UNITY_EXCLUDE_FLOAT_PRINT
1396+
#endif /* ! UNITY_EXCLUDE_FLOAT_PRINT */
13971397

13981398
/*-----------------------------------------------*/
13991399
void UnityAssertDoubleSpecial(const UNITY_DOUBLE actual,

0 commit comments

Comments
 (0)