diff src/ui/bmi/mmiLists.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 9c079f8f71a0
line wrap: on
line diff
--- a/src/ui/bmi/mmiLists.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiLists.h	Sun Nov 08 06:39:16 2020 +0000
@@ -9,49 +9,49 @@
 
  This software product is the property of Condat (UK) Ltd and may not be
  disclosed to any third party without the express permission of the owner.
-                                                                              
+
 ********************************************************************************
 
- $Project name:	Basic MMI                                                      
- $Project code:	BMI (6349)                                                           
+ $Project name:	Basic MMI
+ $Project code:	BMI (6349)
  $Module:		MMI
  $File:		    MmiLists.h
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Condat(UK)                                                         
- $Date:		    25/10/00                                                      
-                                                                               
+ $Revision:		1.0
+
+ $Author:		Condat(UK)
+ $Date:		    25/10/00
+
 ********************************************************************************
-                                                                              
+
  Description:
 
     This provides the root mofule for the basic MMI
-                        
+
 ********************************************************************************
  $History: MmiLists.h
 
- 	May 18, 2006    REF: DRT OMAPS00076438  xdeepadh	
+ 	May 18, 2006    REF: DRT OMAPS00076438  xdeepadh
 	Description: Scrolling not implemented in Imageviewer
 	Solution: The support for scrolling has been provided.
 
        May 03, 2006    REF: DRT OMAPS00076439  xdeepadh
-	Description: Image viewer back not working 
-	Solution: The Preview List will be repopulated, when the list window is 
+	Description: Image viewer back not working
+	Solution: The Preview List will be repopulated, when the list window is
 	resumed.
-	
+
 	 Dec 22, 2005    REF: ENH  xdeepadh
 	Description: Image Viewer Application
 	Solution: Implemeted the Image Viewer  to view the jpeg images
 
        xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357
        Using the MenuSelect Key for requesting the help info in STK menu.
-       
+
 	March 01, 2005    REF: ENH 29313    Deepa M.D
 	Isolating colour build related changes from MMI LITE flag.
- 	The proper  Feature flag  COLORDISPLAY was used for all color 
+ 	The proper  Feature flag  COLORDISPLAY was used for all color
    	related changes.
-	
-	   
+
+
  $End
 
 *******************************************************************************/
@@ -92,14 +92,14 @@
 
 typedef enum
 {
-    E_START_MELODY,    
-#ifdef FF_MMI_RINGTONE   /* Events for Ring tone handling */  
+    E_START_MELODY,
+#ifdef FF_MMI_RINGTONE   /* Events for Ring tone handling */
     E_STOP_MELODY,
     E_SUSPEND_MELODY,
     E_VISIBLE_MELODY
 #else
     E_STOP_MELODY    /*a0393213 warnings removal- trailing comma is nonstandard*/
-#endif    
+#endif
 } e_melody_events;
 
 
@@ -119,14 +119,14 @@
     int          RightSoftKey;    /* Right softkey text.                */
     MfwEvt	 KeyEvents;       /* Keyboard events to be handled.     */
     UBYTE        Reason;          /* User defined exit reason.          */
-    UBYTE 		autoDestroy;	
+    UBYTE 		autoDestroy;
     UBYTE       selectKey;  //xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357
 //March 01, 2005    REF: ENH 29313    Deepa M.D
 // Isolating colour build related changes from MMI LITE flag.
-// The proper  Feature flag  COLORDISPLAY was used for all color 
+// The proper  Feature flag  COLORDISPLAY was used for all color
 //related changes.
-#ifdef COLOURDISPLAY 
-    U32			listCol; 
+#ifdef COLOURDISPLAY
+    U32			listCol;
 #else
     U8			listCol;/*SPR 2686*/
 #endif