Replaced eolLF with normalizeEolLf.

This commit is contained in:
Branimir Karadžić
2018-10-28 20:47:45 -07:00
parent 7cdcfdc94b
commit 53298802c1
2 changed files with 12 additions and 5 deletions

View File

@@ -255,7 +255,7 @@ namespace bx
StringView strFindBlock(const StringView& _str, char _open, char _close);
// Normalize string to sane line endings.
void eolLF(char* _out, int32_t _size, const char* _str);
StringView normalizeEolLf(char* _out, int32_t _size, const StringView& _str);
// Finds identifier.
StringView findIdentifierMatch(const StringView& _str, const StringView& _word);