mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylist.cpp
changeset 34 2c5162224003
parent 22 ecf06a08d4d9
--- a/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylist.cpp	Mon May 03 12:29:20 2010 +0300
+++ b/mpserviceplugins/mpxsqlitedbhgplugin/src/mpxdbplaylist.cpp	Fri Apr 30 19:33:32 2010 -0500
@@ -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;
 				}