diff src/ui/bmi/mmiDialogs.h @ 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 598489a0ce3c
line wrap: on
line diff
--- a/src/ui/bmi/mmiDialogs.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiDialogs.h	Sun Nov 08 06:39:16 2020 +0000
@@ -41,16 +41,16 @@
 	and T_DISPLAY_DATA.
 
  	Feb 24, 2005 REF: CRR MMI-SPR-29102 xnkulkar
-       Description: The phone resets when user presses the ''End All' key while the SMSs are being deleted. 
-       Solution: As the user has already confirmed that all SMS messages are to be deleted, ''End All' key 
+       Description: The phone resets when user presses the ''End All' key while the SMSs are being deleted.
+       Solution: As the user has already confirmed that all SMS messages are to be deleted, ''End All' key
        		press is ignored till the delete operation is over.
           xrashmic 08 Feb, 2005 MMI-SPR-27853
         Moved the T_dialog_info structure from MmiDialogs.c to MmiDialogs.h
-              
+
 
         xrashmic 08 Feb, 2005 MMI-SPR-27853
         Moved the T_dialog_info structure from MmiDialogs.c to MmiDialogs.h
-              
+
 	 Jun 04,2004 CRR:13601 xpradipg - SASKEN
 	 Description: CFO interrogation display : Timer to long
 	 Fix: Timer is enabled for the information dialog. It times out after 5 seconds from the last key
@@ -102,7 +102,7 @@
 #define FRAMEY2         52
 
 #define DLG_BORDER_VERTICAL_0		0x0000		//leave no border
-#define DLG_BORDER_VERTICAL_1		0x0001		//leave 25% of bitmap to the left/right unused 
+#define DLG_BORDER_VERTICAL_1		0x0001		//leave 25% of bitmap to the left/right unused
 #define DLG_BORDER_VERTICAL_2		0x0002
 #define DLG_BORDER_VERTICAL_3		0x0003
 #define DLG_BORDER_VERTICAL			0x0003
@@ -200,7 +200,7 @@
   MfwIcnAttr*	icon_array;
   int			current_icon;
   UBYTE			number_of_frames;
-  UBYTE			current_frame;	
+  UBYTE			current_frame;
   T_MFW_HND		animation_timer;
   int			anim_time;
  //x0035544 Feb 07, 2006 DR:OMAPS00061467
@@ -210,7 +210,7 @@
 } T_DISPLAY_DATA;
 
 //xrashmic 08 Feb, 2005 MMI-SPR-27853
-//Moved the sturcture from mmidialog.c to mmidialogs.h, need this structure to update the 
+//Moved the sturcture from mmidialog.c to mmidialogs.h, need this structure to update the
 // dialog screen with the send progress information
 typedef struct
 {
@@ -220,16 +220,16 @@
   T_MFW_HND       info_tim;
   T_MFW_HND       info_kbd;
   T_MFW_HND       info_kbd_long;
-  T_MFW_HND       icon;  
+  T_MFW_HND       icon;
 	/*
    * animation fields
    */
   UBYTE			   number_of_frames;
   UBYTE			   current_frame;
   T_MFW_HND		   anim_time;
-  MfwIcnAttr        *icon_array;  
-  MfwIcnAttr        *current_icon;  
-  T_MFW_HND       animation_timer;  
+  MfwIcnAttr        *icon_array;
+  MfwIcnAttr        *current_icon;
+  T_MFW_HND       animation_timer;
 
 	/*
    * internal data