idlehomescreen/nativeuicontroller/src/aistatuspanel.cpp
changeset 1 5315654608de
parent 0 f72a12da539e
child 15 ff572dfe6d86
--- a/idlehomescreen/nativeuicontroller/src/aistatuspanel.cpp	Thu Dec 17 08:40:49 2009 +0200
+++ b/idlehomescreen/nativeuicontroller/src/aistatuspanel.cpp	Thu Jan 07 12:39:41 2010 +0200
@@ -385,7 +385,7 @@
 
 void CAiStatusPanel::StopTitlePaneScrollingL()
     {
-    //stop scrolling
+    // stop scrolling
     if( iTitlePane->Text() )
         {
         iTitlePane->SetTextL( *iTitlePane->Text(), EFalse );
@@ -394,7 +394,7 @@
 
 void CAiStatusPanel::ScrollTitlePaneTextL()
     {
-// start scrolling
+    // start scrolling
     if( iTitlePane->Text() )
         {
         iTitlePane->SetTextL( *iTitlePane->Text(), ETrue );