string/trim: Add VT to list of default chars

This commit is contained in:
George Christou 2020-03-23 00:06:04 +00:00 committed by Fabian Homborg
parent a3436110c1
commit a45ffb7993

View File

@ -177,7 +177,7 @@ typedef struct { //!OCLINT(too many fields)
long start = 0;
long end = 0;
const wchar_t *chars_to_trim = L" \f\n\r\t";
const wchar_t *chars_to_trim = L" \f\n\r\t\v";
const wchar_t *arg1 = nullptr;
const wchar_t *arg2 = nullptr;