phoneengine/phonemodel/src/cpeaccessorymodemonitor.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
--- a/phoneengine/phonemodel/src/cpeaccessorymodemonitor.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/phonemodel/src/cpeaccessorymodemonitor.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -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