mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Small cosmetic fix.
This commit is contained in:
parent
477aba9465
commit
3612c2cc24
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user