phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
--- a/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp	Thu Aug 19 09:54:27 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp	Tue Aug 31 15:14:29 2010 +0300
@@ -52,11 +52,11 @@
 // ---------------------------------------------------------
 CPhoneErrorMessagesHandler*
     CPhoneUIStateMachineFactoryGSM::CreatePhoneErrorMessagesHandlerL(
-    	MPhoneViewCommandHandle* aViewCommandHandle,
-    	MPhoneStateMachine* aStateMachine )
+        MPhoneViewCommandHandle* aViewCommandHandle,
+        MPhoneStateMachine* aStateMachine )
     {
     return CPhoneErrorMessagesHandler::NewL( aViewCommandHandle,
-    										 aStateMachine );
+                                             aStateMachine );
     }
 
 // ---------------------------------------------------------