phoneengine/phonemodel/src/cpeaccessorymodemonitor.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneengine/phonemodel/src/cpeaccessorymodemonitor.cpp	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/phonemodel/src/cpeaccessorymodemonitor.cpp	Wed Sep 01 12:30:10 2010 +0100
@@ -146,8 +146,8 @@
 void CPEAccessoryModeMonitor::RunL()
     {
     TEFLOGSTRING2(KTAINT, "CPEAccessoryModeMonitor::RunL %d", iStatus.Int() );
-    
-    switch ( iStatus.Int() )
+ 	
+ 	switch ( iStatus.Int() )
         {
         case KErrNone:
             {
@@ -161,7 +161,7 @@
         case KErrNotSupported:
             break;
         default:
-            // Issue request again if needed.
+        	// Issue request again if needed.
              Start();
             break;
         }
@@ -178,10 +178,10 @@
     {
     TEFLOGSTRING(KTAINT, "CPEAccessoryModeMonitor::Start" );
     if ( !IsActive() )
-        {
+    	{
         iMode.NotifyAccessoryModeChanged( iStatus, iPolAccessoryMode );
-        SetActive();                          
-        }    
+  		SetActive();                          
+    	}    
     }
  
 //  End of File