[musicdb] cosmetic: whitespace removal
authornight199uk <night199uk@xbmc.org>
Fri, 15 Nov 2013 20:23:18 +0000 (04:23 +0800)
committerJonathan Marshall <jmarshall@xbmc.org>
Tue, 24 Dec 2013 00:48:48 +0000 (13:48 +1300)
xbmc/music/MusicDatabase.cpp

index 50fba77..5ed7546 100644 (file)
@@ -486,7 +486,7 @@ int CMusicDatabase::UpdateSong(int idSong,
   CStdString sql;
   if (idSong < 0)
     return -1;
-  
+
   CStdString strSQL;
   try
   {