diff src/ui/bmi/mmiIcons.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 5b6cd82fedea
line wrap: on
line diff
--- a/src/ui/bmi/mmiIcons.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiIcons.h	Sun Nov 08 06:39:16 2020 +0000
@@ -5,28 +5,28 @@
 
 					CONDAT (UK)
 
-********************************************************************************                                                                              
+********************************************************************************
 
  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.                                 
-                                                                              
+ 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:		Icons
  $File:		    Mmiicons.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 implementation of the icon handling in the basic MMI
-                        
+
 ********************************************************************************
  $History: Mmiicons.h
 
@@ -35,15 +35,15 @@
        Solution     : As part of the implementation, in this file, Roaming icon is added to the list of icons
 
  	Apr 17, 2006   REF: ER: OMAPS00075178  x0pleela
- 	Description: When the charger connect to phone(i-sample), the charger driver works, but the 
+ 	Description: When the charger connect to phone(i-sample), the charger driver works, but the
  				MMI and App don't work
-   	Solution: Added prototype for the function BattChargeEventTim which is the callback called 
-   				for the timeout of battery charging timer 
-   	
-	Apr 27, 2004    REF: ENH 12646  Deepa M.D 
-	Fix:		When the SMS memory is full,the SMS icon is made to blink.	   
-	25/10/00			Original Condat(UK) BMI version.	
-   
+   	Solution: Added prototype for the function BattChargeEventTim which is the callback called
+   				for the timeout of battery charging timer
+
+	Apr 27, 2004    REF: ENH 12646  Deepa M.D
+	Fix:		When the SMS memory is full,the SMS icon is made to blink.
+	25/10/00			Original Condat(UK) BMI version.
+
  $End
 
 *******************************************************************************/
@@ -53,9 +53,9 @@
 
 
 /*******************************************************************************
-                                                                              
+
                                 Required Definitions
-                                                                              
+
 *******************************************************************************/
 
 #define ALLOC_MEMORY mfwAlloc
@@ -65,9 +65,9 @@
 
 
 /*******************************************************************************
-                                                                              
+
                                 Public Enum types
-                                                                              
+
 *******************************************************************************/
 
 /* GW #1471 11/12/02 - Add TI logo as powerdown animation */
@@ -89,8 +89,8 @@
     iconIdSilRin,                       /* icon silent ringer       */
     iconIdRoaming,		/*icon Roaming Indicator */ /*Jun 09, 2006 REF:OMAPS00079650  a0393213 (R.Prabakar)*/
     iconIdKeyplock,                     /* icon Keypad locked       */
-    iconIdCipheringActiv,                        /* icon Ciphering              */        
-    iconIdCipheringDeActiv,                        /* icon Ciphering              */            
+    iconIdCipheringActiv,                        /* icon Ciphering              */
+    iconIdCipheringDeActiv,                        /* icon Ciphering              */
 	iconIdRinger,                       /* icon ringer              */
 	iconIdVibrator,                     /* icon vibrator            */
 	iconIdRingVibr,                     /* icon ringer + vibrator   */
@@ -105,12 +105,12 @@
     iconWAP,							/* icon WAP			   */
     iconIdGPRSOn,						/* icon GPRS ON  (sbh 18/01/02) */
     iconIdHomezone,						/* icon Homezone  (SH 29/11/01) */
-    iconIdTTY,							/* SPR#xxx- SH - icon TTY */ 
+    iconIdTTY,							/* SPR#xxx- SH - icon TTY */
 #ifdef NEPTUNE_BOARD
 /* OMAPS00074454 - Edge icon - 24-04-2006 */
     iconIdEdgeOn,                                           /*EDGE Icon */
 /* END  */
-#endif    
+#endif
     idlIdMax                            /* number of icons          */
 } IconId;
 
@@ -148,9 +148,9 @@
 
 
 /*******************************************************************************
-                                                                              
+
                                 Externally declared data elements
-                                                                              
+
 *******************************************************************************/
 
 extern const MfwIcnAttr idl_Attr[ idlIdMax ];
@@ -259,9 +259,9 @@
 };
 
 /*******************************************************************************
-                                                                              
+
                                 Public method prototypes
-                                                                              
+
 *******************************************************************************/
 
 void iconsInit( void );
@@ -279,14 +279,14 @@
 void iconsMainIconsAreaSet (MfwRect selected_area);
 void iconShowGoodbye(void); /* Warning Correction */
 //  Apr 27, 2004    REF: ENH 12646  Deepa M.D
-int iconsShowSmsFull(void ); //to start the timer for blinking SMS Icon 
+int iconsShowSmsFull(void ); //to start the timer for blinking SMS Icon
 //x0pleela 11 Apr, 2006  ER: OMAPS00075178
 //Callback for battery charging animation timer
 int BattChargeEventTim( MfwEvt e, MfwTim *tc );
 
 T_BITMAP* icon_getNetworkIcon( UBYTE* networkNumber);
 T_BITMAP* icon_getBgdBitmap( int bgdId );
-T_BITMAP *icon_getBitmapFromId( int bgdId, T_BITMAP *bmpData);	
+T_BITMAP *icon_getBitmapFromId( int bgdId, T_BITMAP *bmpData);
 //  Apr 27, 2004    REF: ENH 12646  Deepa M.D
 int smsFullEventTim( MfwEvt e, MfwTim *tc ); //Timer callback for blinking SMS Icon(sms_animate)
 
@@ -298,7 +298,7 @@
 /*******************************************************************************
 
   End Of File
-  
+
 *******************************************************************************/
 
 #endif