mirror of
https://github.com/taglib/taglib.git
synced 2025-11-17 07:02:53 -05:00
Tabs to spaces
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)
|
||||
|
||||
Reference in New Issue
Block a user