Tabs to spaces

This commit is contained in:
Birunthan Mohanathas
2012-04-19 13:04:42 +03:00
parent dafb3af742
commit e5ede410bc
5 changed files with 17 additions and 17 deletions

View File

@ -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)