phoneapp/phoneuicontrol/src/cphonestatestartup.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneapp/phoneuicontrol/src/cphonestatestartup.cpp	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneapp/phoneuicontrol/src/cphonestatestartup.cpp	Fri Mar 19 09:28:42 2010 +0200
@@ -144,7 +144,7 @@
     if ( iPhoneReady )
         {
         // Security mode check. 
-	    TPhoneCmdParamBoolean isSecurityMode;      
+        TPhoneCmdParamBoolean isSecurityMode;      
         iViewCommandHandle->ExecuteCommandL( EPhoneViewGetSecurityModeStatus, &isSecurityMode );        
         if ( !isSecurityMode.Boolean() && !IsSimOk() )
             {
@@ -233,7 +233,7 @@
     if ( iPEReady )
         {
         // Security mode check.
-	    TPhoneCmdParamBoolean isSecurityMode;      
+        TPhoneCmdParamBoolean isSecurityMode;      
         iViewCommandHandle->ExecuteCommandL( EPhoneViewGetSecurityModeStatus, &isSecurityMode );
         if ( !isSecurityMode.Boolean() && !IsSimOk() )
             {