From: Tsuda Kageyu Date: Tue, 24 Nov 2015 06:45:38 +0000 (+0900) Subject: Small cosmetic fix. X-Git-Tag: v1.11beta~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3612c2cc241324376c9de26d9c11a6ad8eab8fcf;p=taglib Small cosmetic fix. --- diff --git a/taglib/toolkit/tstring.cpp b/taglib/toolkit/tstring.cpp index d15fbad7..829fe477 100644 --- a/taglib/toolkit/tstring.cpp +++ b/taglib/toolkit/tstring.cpp @@ -597,7 +597,8 @@ int String::toInt(bool *ok) const *ok = (*ok && value > INT_MIN && value < INT_MAX); } - return static_cast(value);} + return static_cast(value); +} String String::stripWhiteSpace() const {