diff --git a/src/string.cpp b/src/string.cpp index d5c499d0af..b5957622e7 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -293,4 +293,4 @@ size_t Utf8TrimString(char *s, size_t maxlen) *s = '\0'; return length; -} \ No newline at end of file +}