phoneapp/phoneui/src/cphoneappui.cpp
branchRCL_3
changeset 25 91c2fb4b78df
parent 17 38529f706030
child 34 b68fcd923911
--- a/phoneapp/phoneui/src/cphoneappui.cpp	Wed Apr 14 15:56:42 2010 +0300
+++ b/phoneapp/phoneui/src/cphoneappui.cpp	Tue Apr 27 16:37:10 2010 +0300
@@ -589,14 +589,14 @@
                 
                 if ( keyEvent->iScanCode == EStdKeyNo )
                     {
-                    NoKeySpecialHandlingL( *keyEvent, EEventKey );    
+                    NoKeySpecialHandlingL( *keyEvent, EEventKey );
                     }
                     
                  //will be called if exit number is typed (*#1234#)
                 if ( keyEvent->iCode == EEikCmdExit )
                     {
                     Exit();
-                    return;     
+                    return;
                     }
                 }
                 break;
@@ -607,8 +607,8 @@
                 
                 if ( keyEvent->iScanCode == EStdKeyNo )
                     {
-                    NoKeySpecialHandlingL( *keyEvent, EEventKeyUp );    
-                    }    
+                    NoKeySpecialHandlingL( *keyEvent, EEventKeyUp );
+                    }
                 }
                 break;
                 
@@ -618,8 +618,8 @@
                 
                 if ( keyEvent->iScanCode == EStdKeyNo )
                     {
-                    NoKeySpecialHandlingL( *keyEvent, EEventKeyDown );    
-                    }    
+                    NoKeySpecialHandlingL( *keyEvent, EEventKeyDown );
+                    }
                 }
                 break;
 
@@ -681,7 +681,7 @@
 
     if( !iPhoneUIController->ProcessCommandL( aCommand ) )
         {
-		// State didn't handle the command so pass it up
+        // State didn't handle the command so pass it up
         CAknAppUi::ProcessCommandL( aCommand );
         }
     
@@ -873,7 +873,7 @@
                                    const TKeyEvent& aKeyEvent,
                                    TEventCode /*aType*/)
     {    
-    aCode = aKeyEvent.iCode;    
+    aCode = aKeyEvent.iCode;
     return KErrNone;
     }