diff src/ui/bmi/mmiTimers.c @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children 6b5d787d9ade
line wrap: on
line diff
--- a/src/ui/bmi/mmiTimers.c	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiTimers.c	Sun Nov 08 06:39:16 2020 +0000
@@ -204,7 +204,7 @@
 
     /* Call Info Screen
     */
-    
+
     info_dialog( parent, &display_info );
 
 
@@ -299,11 +299,11 @@
 
   switch (Reason)
   {
-    case INFO_KCD_LEFT: 
+    case INFO_KCD_LEFT:
 
     	break;
 
-    case INFO_KCD_RIGHT: 
+    case INFO_KCD_RIGHT:
     	reset_timer_OK(win, timer_type);
     	break;
   }
@@ -402,18 +402,18 @@
     case INFO_KCD_LEFT:
 	    {
 			switch (Identifier)
-			{ 
-		      	case LAST_CALL: 
+			{
+		      	case LAST_CALL:
 		      		setLastCallDuration(0, MFW_CM_INV_DIR);
 		      		reset_timer(win);
 		      		/*SPR 2142, removed window destruction*/
 		      		break;
-		        case INCOMING_CALLS: 
+		        case INCOMING_CALLS:
 		        	resetIncomingCallsDuration();
 		        	reset_timer(win);
 		        	/*SPR 2142, removed window destruction*/
 		        	break;
-		        case OUTGOING_CALLS: 
+		        case OUTGOING_CALLS:
 		        	resetOutgoingCallsDuration();
 		        	reset_timer(win);
 		        	/*SPR 2142, removed window destruction*/
@@ -422,7 +422,7 @@
 	    }
     	break;
 
-    case INFO_KCD_RIGHT: 
+    case INFO_KCD_RIGHT:
     	{
     		/*SPR 2142, removed window destruction*/
     	}
@@ -505,7 +505,7 @@
 *******************************************************************************/
 unsigned long getLastCallDuration()
 {
- 
+
     return FFS_flashData.last_call_duration; /* x0039928 - Lint warning fix */
 }
 
@@ -521,7 +521,7 @@
 *******************************************************************************/
 unsigned long getIncomingCallsDuration()
 {
-  
+
     return FFS_flashData.incoming_calls_duration;
 }