mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylist.cpp
changeset 25 3ec52facab4d
parent 22 ecf06a08d4d9
--- a/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylist.cpp	Mon May 03 12:29:20 2010 +0300
+++ b/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylist.cpp	Fri May 14 15:49:53 2010 +0300
@@ -86,7 +86,7 @@
 // ----------------------------------------------------------------------------
 //
 CMPXDbPlaylist::CMPXDbPlaylist(
-    CMPXDbManager& aDbManager, 
+    CMPXDbManager& aDbManager,
     MMPXDbPlaylistObserver& aObserver) :
     CMPXDbTable(aDbManager),
 	iObserver(aObserver)
@@ -794,10 +794,10 @@
                     MPXDbCommonUtil::GetColumnTextL(aRecord, EPlaylistTime)).Int64());
                 }
 			if ( attributeId & EMPXMediaGeneralDuration )
-				{		        
+				{
 				// make sure the PlaylistSongs query is executed after all fields
 				// from the current record have been processed, otherwise the recordset
-				// may point to something else				
+				// may point to something else
 
 				durationRequested = ETrue;
 				}