phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneuistatemachinefactorygsm.cpp	Wed Sep 01 12:30:10 2010 +0100
@@ -52,11 +52,11 @@
 // ---------------------------------------------------------
 CPhoneErrorMessagesHandler*
     CPhoneUIStateMachineFactoryGSM::CreatePhoneErrorMessagesHandlerL(
-        MPhoneViewCommandHandle* aViewCommandHandle,
-        MPhoneStateMachine* aStateMachine )
+    	MPhoneViewCommandHandle* aViewCommandHandle,
+    	MPhoneStateMachine* aStateMachine )
     {
     return CPhoneErrorMessagesHandler::NewL( aViewCommandHandle,
-                                             aStateMachine );
+    										 aStateMachine );
     }
 
 // ---------------------------------------------------------