mirror of
https://github.com/taglib/taglib.git
synced 2026-02-19 22:53:13 -05:00
SVN_SILENT fix spaces
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@769158 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
@ -76,12 +76,12 @@ namespace TagLib {
|
||||
template <class T> T *access(int index, bool create)
|
||||
{
|
||||
if(!create || tag(index))
|
||||
return static_cast<T *>(tag(index));
|
||||
return static_cast<T *>(tag(index));
|
||||
|
||||
set(index, new T);
|
||||
return static_cast<T *>(tag(index));
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
TagUnion(const Tag &);
|
||||
TagUnion &operator=(const Tag &);
|
||||
|
||||
Reference in New Issue
Block a user