add useless blank line

This commit is contained in:
MyLegGuy 2020-01-04 03:33:39 -05:00
parent 6885f53fbb
commit 017aa5a023
No known key found for this signature in database
GPG Key ID: 4AC4E4C143A94169

View File

@ -1108,6 +1108,7 @@ bool TextIsEqual(const char *text1, const char *text2)
return result; return result;
} }
// Check if two text string are equal ignoring case // Check if two text string are equal ignoring case
// REQUIRES: tolower() // REQUIRES: tolower()
bool TextIsEqualCase(const char *text1, const char *text2) bool TextIsEqualCase(const char *text1, const char *text2)