diff -r bbb98528c666 -r 3738fe97f027 videocollection/mpxmyvideoscollection/src/vcxmyvideoscategories.cpp --- a/videocollection/mpxmyvideoscollection/src/vcxmyvideoscategories.cpp Thu Apr 01 23:22:15 2010 +0300 +++ b/videocollection/mpxmyvideoscollection/src/vcxmyvideoscategories.cpp Thu Apr 01 23:32:44 2010 +0300 @@ -283,8 +283,8 @@ category = aCategoryArray.AtL( i ); //codescanner warning: aVideosIncrements count is same as aCategoryArray count, so the range is checked - UpdateVideosCountL( *category, aVideosIncrements[i], KVcxMediaMyVideosCategoryItemCount, - EVcxMyVideosListNoInfo ); + UpdateVideosCountL( *category, aVideosIncrements[i], + KVcxMediaMyVideosCategoryItemCount, EVcxMyVideosListNoInfo ); modified = ETrue; } @@ -294,8 +294,8 @@ { category = aCategoryArray.AtL( i ); - UpdateVideosCountL( *category, aNewVideosIncrements[i], KVcxMediaMyVideosCategoryNewItemCount, - EVcxMyVideosListNoInfo ); + UpdateVideosCountL( *category, aNewVideosIncrements[i], + KVcxMediaMyVideosCategoryNewItemCount, EVcxMyVideosListNoInfo ); modified = ETrue; } @@ -691,7 +691,8 @@ prevNewVideoName.Set( iListArray->AtL( categoryIndex )->ValueText( KVcxMediaMyVideosCategoryNewItemName ) ); CMPXMedia* newVideo; - currentNewVideoName.Set( CalculateNewVideoNameL( *videoList, aOrigin, aIgnoredIds, newVideo ) ); + currentNewVideoName.Set( CalculateNewVideoNameL( + *videoList, aOrigin, aIgnoredIds, newVideo ) ); if ( currentNewVideoName.CompareF( prevNewVideoName ) != 0 ) { iListArray->AtL( categoryIndex )->SetTextValueL(