mirror of
https://github.com/taglib/taglib.git
synced 2025-11-17 07:02:53 -05:00
Remove trailing whitespace
This commit is contained in:
@ -71,7 +71,7 @@ APE::Item::Item(const String &key, const ByteVector &value, bool binary)
|
||||
d->value = value;
|
||||
}
|
||||
else
|
||||
d->text.append(value);
|
||||
d->text.append(value);
|
||||
}
|
||||
|
||||
APE::Item::Item(const Item &item)
|
||||
@ -172,7 +172,7 @@ int APE::Item::size() const
|
||||
case Text:
|
||||
if(d->text.size()) {
|
||||
StringList::ConstIterator it = d->text.begin();
|
||||
|
||||
|
||||
result += it->data(String::UTF8).size();
|
||||
it++;
|
||||
for(; it != d->text.end(); ++it)
|
||||
|
||||
Reference in New Issue
Block a user