idlehomescreen/xmluirendering/uiengine/src/xneffectmanager.cpp
branchRCL_3
changeset 35 3321d3e205b6
parent 34 5456b4e8b3a8
--- a/idlehomescreen/xmluirendering/uiengine/src/xneffectmanager.cpp	Wed Sep 01 12:32:46 2010 +0100
+++ b/idlehomescreen/xmluirendering/uiengine/src/xneffectmanager.cpp	Tue Sep 14 20:58:58 2010 +0300
@@ -366,17 +366,17 @@
         
         iBgEffect = ETrue;
         }
-    
+
     // because of changes in nga end has to call here. Effects below are
     // grouped and those will be triggered when calling GfxTransEffect::EndGroup
     if ( iLandscape )
         {
         GfxTransEffect::Begin( thisView, KGfxControlActionDisappearLsc );
         GfxTransEffect::Begin( otherView, KGfxControlActionAppearLsc );
-        
+    
         GfxTransEffect::SetDemarcation( otherView, otherView->Position() );
         GfxTransEffect::End( otherView );
-            
+        
         GfxTransEffect::SetDemarcation( thisView, thisView->Position() );
         GfxTransEffect::End( thisView );
         }
@@ -387,11 +387,11 @@
         
         GfxTransEffect::SetDemarcation( otherView, otherView->Position() );
         GfxTransEffect::End( otherView );
-            
+        
         GfxTransEffect::SetDemarcation( thisView, thisView->Position() );
         GfxTransEffect::End( thisView );
-        }    
-    
+        }
+
     return ETrue;
     }
 
@@ -452,8 +452,7 @@
 void CXnEffectManager::CleanupControlEffect()
     {
     iBgEffect = EFalse;
-    iGroupId = -1;       
-    
+    iGroupId = -1;
     iControls.Reset();        
     }