mirror of
https://github.com/taglib/taglib.git
synced 2026-05-25 21:19:03 -04:00
Small cosmetic fix.
This commit is contained in:
@@ -597,7 +597,8 @@ int String::toInt(bool *ok) const
|
||||
*ok = (*ok && value > INT_MIN && value < INT_MAX);
|
||||
}
|
||||
|
||||
return static_cast<int>(value);}
|
||||
return static_cast<int>(value);
|
||||
}
|
||||
|
||||
String String::stripWhiteSpace() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user