1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 02:09:48 +01:00

Pedantic whitespace fixing

This commit is contained in:
Jeff Mitchell 2011-09-30 17:11:01 -04:00
parent 8b477e1f71
commit 630439cddf

View File

@ -132,7 +132,7 @@ DatabaseCommand_DeleteFiles::exec( DatabaseImpl* dbi )
}
foreach( const QVariant& id, m_ids )
m_files << QString( "servent://%1\t%2" ).arg( source()->userName() ).arg( id.toString() );
m_files << QString( "servent://%1\t%2" ).arg( source()->userName() ).arg( id.toString() );
}
if ( m_deleteAll )