File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2037,7 +2037,7 @@ static enum UnityLengthModifier UnityLengthModifierGet(const char *pch, int *len
20372037 }
20382038 case 'h' :
20392039 {
2040- // short and char are converted to int
2040+ /* short and char are converted to int */
20412041 length_mod = UNITY_LENGTH_MODIFIER_NONE ;
20422042 if (pch [1 ] == 'h' )
20432043 {
@@ -2054,7 +2054,7 @@ static enum UnityLengthModifier UnityLengthModifierGet(const char *pch, int *len
20542054 case 't' :
20552055 case 'L' :
20562056 {
2057- // Not supported, but should gobble up the length specifier anyway
2057+ /* Not supported, but should gobble up the length specifier anyway */
20582058 length_mod = UNITY_LENGTH_MODIFIER_NONE ;
20592059 * length = 1 ;
20602060 break ;
@@ -2515,7 +2515,7 @@ static int IsStringInBiggerString(const char* longstring, const char* shortstrin
25152515 }
25162516 }
25172517
2518- // If we didn't match and we're on strict matching, we already know we failed
2518+ /* If we didn't match and we're on strict matching, we already know we failed */
25192519 if (UnityStrictMatch )
25202520 {
25212521 return 0 ;
You can’t perform that action at this time.
0 commit comments