From 630439cddf9ca1695ed75f609fac4e01d7d04002 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 30 Sep 2011 17:11:01 -0400 Subject: [PATCH] Pedantic whitespace fixing --- src/libtomahawk/database/databasecommand_deletefiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/database/databasecommand_deletefiles.cpp b/src/libtomahawk/database/databasecommand_deletefiles.cpp index 661c875d8..afc7362ea 100644 --- a/src/libtomahawk/database/databasecommand_deletefiles.cpp +++ b/src/libtomahawk/database/databasecommand_deletefiles.cpp @@ -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 )