diff src/ui/mfw/mfw_mnu.h @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
line wrap: on
line diff
--- a/src/ui/mfw/mfw_mnu.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_mnu.h	Tue Jan 19 06:10:27 2021 +0000
@@ -20,13 +20,13 @@
  	Description: Header Toggling
  	Solution: Implemented the toggling of header when displaying the length text in SELECT ITEM and SET UP MENU
 
-	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.
 
         Shashi Shekar B.S., a0876501, 16 Mar, 2006, OMAPS00061462
        Icon support for SetupMenu & Select item.
-  
+
  *
  * ************************************************
  * User: xreddymn           Date: Dec-16-2004
@@ -72,7 +72,7 @@
 #define MNU_PAGE_ICONS  0x0050          /*  page with multiple 2-state icons      */
 #define MNU_LIST_2_LINE	0x0060          /* list with each item occupying two lines. xreddymn Dec-16-2004 */
 #define MNU_LIST_COLOUR 	0x00F0		/* list items on page - each item is a different colour */
-//May 18, 2006    REF: DRT OMAPS00076438  xdeepadh	
+//May 18, 2006    REF: DRT OMAPS00076438  xdeepadh
 #define MNU_DISPLAY     0x00F0          /* display mode mask        */
 
                                         /* ITEM SELECTION           */
@@ -167,10 +167,10 @@
     int  hdrId;					//GW Added
     MfwIcnAttr *bgdBitmap;		//GW Added for background for menus
    int unused;					//GW Added and removed definition
-   
+
    /* 05-June-2006, x0045876 (OMAPS00060424 - Header Toggle) */
    BOOL header_toggle;
-   
+
  // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462
 #ifdef FF_MMI_SAT_ICON
 	MfwIcnAttr *icon;				/* Icon to be displayed in the header.*/
@@ -190,7 +190,7 @@
     U8 level;                           /* current level            */
 	U8 lShift[MAX_LVL];					/* shift scrolling			*/
     U8 lCursor [MAX_LVL];               /* level cursor position    */
-    U8 scrollMode;						
+    U8 scrollMode;
     int nLines;							/* Number of lines that ftn on screen */
       int lineHeight;					/* Height per line */
     UBYTE textDCS;		/* specify the data type of text (ASCII, Unicode etc) */