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:
Scott Wheeler 2006-10-09 02:51:52 +00:00
parent 4edbc93494
commit 4d26775702

View File

@ -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;
}