diff src/ui/bmi/mmiIdle.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 eca2202f630f
children 62480f597962
line wrap: on
line diff
--- a/src/ui/bmi/mmiIdle.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiIdle.h	Sun Nov 08 06:39:16 2020 +0000
@@ -9,33 +9,33 @@
 
 ********************************************************************************
 
- $Project name: Basic MMI                                                      
+ $Project name: Basic MMI
  $Project code: BMI (6349)
  $Module:       Call
  $File:         MmiIdle.h
- $Revision:     1.0                                                       
-                                                                              
+ $Revision:     1.0
+
  $Author:       Condat(UK)
- $Date:         25/10/00                                                      
-                                                                               
+ $Date:         25/10/00
+
 ********************************************************************************
-                                                                              
+
  Description:
-                        
+
 ********************************************************************************
 
  $History: MmiIdle.h
        Mar 30, 2007 OMAPS00123019 a0393213(R.Prabakar0
        Description : Reboot of the target when you unplug/plug USB cable using camera application
-       
+
     Oct 13, 2006 OMAPS00095266 a0393213(R.Prabakar)
     Description : CT-GCF[27.22.4.22.1]-Incorrect string display
     Solution     : The DCS attribute is set dynamically
 
-    xashmic 27 Sep 2006, OMAPS00096389 
+    xashmic 27 Sep 2006, OMAPS00096389
     ENH - a) Providing static menu for re-selection of enum options for enumeration
     b) Popup menu displayed on connect event, can be enabled or disabled via menu option
-    
+
     xrashmic 9 Sep 2006, OMAPS00092732
     USBMS ER
 
@@ -43,7 +43,7 @@
     Description:   SMS (with SMS Report Indicator +CDS Enabled) Reset Issue.
     Solution: Added a window handler for the sms status editor.
                   If sms status editor does not exist, create it.If it already exists Update the same.
- 
+
     Jun 06, 2006 DR: OMAPS00080543 - xreddymn
     Changes to display long SAT messages correctly on idle screen.
 
@@ -51,7 +51,7 @@
     Do not display messages on Idle screen when inside the dialer.
 
     Mar 14, 2006 DR: OMAPS00061468 - x0035544.
-    Description: SAT 27.22.4.22.2 SET UP IDLE MODE TEXT (Icon support) fails 
+    Description: SAT 27.22.4.22.2 SET UP IDLE MODE TEXT (Icon support) fails
     Solution : Added additional parameter to the prototype of  addSatMessage() to hold the display type
     for  SAT idle text with icon support.
 
@@ -60,9 +60,9 @@
     Fix:    A new timer expiry event is added and handled.
 
         xrashmic 26 Aug, 2004 MMI-SPR-23931
-        
-    25/10/00            Original Condat(UK) BMI version.    
-       
+
+    25/10/00            Original Condat(UK) BMI version.
+
  $End
 
 *******************************************************************************/
@@ -113,7 +113,7 @@
     IDLE_INFO_ENDED,
     IDLE_KEYPAD_LOCKED_UPDATE,
     IDLE_START_DIALLING_NUMBER,
-    IDLE_KEYPAD_UNLOCK_TIMER_EXPIRED 
+    IDLE_KEYPAD_UNLOCK_TIMER_EXPIRED
 } E_IDLE_EVENTS; /*a0393213 warnings removal-typedef name given*/
 
 typedef enum
@@ -123,7 +123,7 @@
 
 
 #define SHOW_CPRS_DEACTIV       0
-#define SHOW_CPRS_ACITV         1       
+#define SHOW_CPRS_ACITV         1
 #define DONT_SHOW_CPRS          2 //not allowed to show any indication
 
 /*
@@ -160,7 +160,7 @@
 #else /* NEW_EDITOR */
     MfwEdtAttr edt_attr;                //this one for the dialling editor
     MfwEdtAttr edt_attr2;               //this is for the CB editor
-    MfwEdtAttr edt_attr3;               //this is for the (only CLASS 0) SMS editor 
+    MfwEdtAttr edt_attr3;               //this is for the (only CLASS 0) SMS editor
     MfwEdtAttr edt_attr_sat;            /* SPR759 - SH*/
 #endif /* NEW_EDITOR */
     char imei[16];
@@ -170,9 +170,9 @@
     UBYTE dialer_visible;
     UBYTE new_sms;
     UBYTE new_cbch;
-    CHAR incoming_cb_msg[MAX_CBMSG_LEN]; 
+    CHAR incoming_cb_msg[MAX_CBMSG_LEN];
     /*NM, p019*/
-    CHAR incoming_sms_msg[MAX_MSG_LEN_SGL];     
+    CHAR incoming_sms_msg[MAX_MSG_LEN_SGL];
     UBYTE right_key_pressed;
     UBYTE silent_mode;
     UBYTE clean_screen;
@@ -181,7 +181,7 @@
     /* xreddymn OMAPS00080543 Jun-06-2006 */
     CHAR incoming_sat_msg[MAX_SATMSG_LEN];      /* SPR759 - SH*/
     T_BITMAP* idleNetLogo;              //Background for idle screen - NULL if no background.
-    T_BITMAP * idleBgd;             //Background image on the idle Screen    
+    T_BITMAP * idleBgd;             //Background image on the idle Screen
     int defTextOffset;              //start point for text (may vary with bitmap ?)
 } T_idle;
 
@@ -254,8 +254,8 @@
 void mmi_usb_mode_connect(void);
 void mmi_usb_mode_disconnect(void);
 GLOBAL int mmi_usb_enumeration (MfwMnu* m, MfwMnuItem* i);
-GLOBAL int setUSBMSPS (MfwMnu* m, MfwMnuItem* i);//xashmic 27 Sep 2006, OMAPS00096389 
-GLOBAL int setUSBMSPopup (MfwMnu* m, MfwMnuItem* i);//xashmic 27 Sep 2006, OMAPS00096389 
-UBYTE getUSBMSFlags(void);//xashmic 27 Sep 2006, OMAPS00096389 
+GLOBAL int setUSBMSPS (MfwMnu* m, MfwMnuItem* i);//xashmic 27 Sep 2006, OMAPS00096389
+GLOBAL int setUSBMSPopup (MfwMnu* m, MfwMnuItem* i);//xashmic 27 Sep 2006, OMAPS00096389
+UBYTE getUSBMSFlags(void);//xashmic 27 Sep 2006, OMAPS00096389
 
 #endif