1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 09:34:53 +02:00

* Style fixes.

This commit is contained in:
Christian Muehlhaeuser
2013-05-16 11:57:12 +02:00
parent cce4cfbe4b
commit a39a023f22
2 changed files with 1 additions and 1 deletions

View File

@@ -106,6 +106,7 @@ PlaylistUpdaterInterface::save()
s->setPlaylistUpdaters( allUpdaters ); s->setPlaylistUpdaters( allUpdaters );
} }
void void
PlaylistUpdaterInterface::remove() PlaylistUpdaterInterface::remove()
{ {

View File

@@ -293,7 +293,6 @@ XSPFLoader::gotBody()
} }
else else
{ {
if ( !m_entries.isEmpty() ) if ( !m_entries.isEmpty() )
emit tracks( m_entries ); emit tracks( m_entries );
} }