mirror of
https://github.com/taglib/taglib.git
synced 2025-06-03 17:18:11 -04:00
SVN_SILENT spacing
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@593781 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
4edbc93494
commit
4d26775702
@ -136,7 +136,7 @@ Map<Key, T> &Map<Key,T>::erase(const Key &key)
|
||||
detach();
|
||||
Iterator it = d->map.find(key);
|
||||
if(it != d->map.end())
|
||||
d->map.erase(it);
|
||||
d->map.erase(it);
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user