diff src/ui/bmi/mmiSettings.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 88229017434c
line wrap: on
line diff
--- a/src/ui/bmi/mmiSettings.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiSettings.h	Sun Nov 08 06:39:16 2020 +0000
@@ -5,15 +5,15 @@
 
 					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:		Settings
  $File:		    MmiSettings.h
 
@@ -21,34 +21,34 @@
 	Description: No identification for user whether 'Any-key-Answer' is On/Off
 	Solution: Added the function settingsFocusCurSelAnyKeyAns
 			prototype.
-			
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Condat(UK)                                                         
- $Date:		    25/10/00                                                      
-                                                                               
+
+ $Revision:		1.0
+
+ $Author:		Condat(UK)
+ $Date:		    25/10/00
+
 ********************************************************************************
-                                                                              
+
  Description:
- 
-                        
+
+
 ********************************************************************************
       Oct 30, 2006 ER:OMAPS00091029 x0039928(sumanth)
       Bootup time measurement
-      
+
 	May 04, 2005  REF: CRR 30285  x0021334
        Description: SMS Status Request in idle and dedicated mode (using Menu) setting does not work
        Solution: status of sms status request is read and focus is set accrodingly.
-    
+
        March 2, 2005    REF: CRR 11536 x0018858
        Description: Reply path not supported while sending a reply.
        Solution: Added menu option for the reply path.
 
 	Jul 22,2004 CRR:20896 xrashmic - SASKEN
 	Description: The current time format is not highlighted
-	Fix: Instead of providing the submenu directly we call a function 
+	Fix: Instead of providing the submenu directly we call a function
 	where we set the menu and also higlight the previously selected menu item
-	 
+
  	Jul 29, 2004 REF = CRR 20898 xkundadu
 	Description: No identification for user whether 'Auto-Answer' is On/Off
 	Solution: Added the function settingsFocusCurSelAutoAns prototype.
@@ -56,12 +56,12 @@
        Issue Number : SPR#12822  on 31/03/04 by v vadiraj
 
 *******************************************************************************
-                                                                              
+
                                 Required Include Files
-                                                                              
+
 *******************************************************************************/
 
-							          
+
 /* PROTOTYPES               */
 
 
@@ -91,7 +91,7 @@
 int SmsValidityPeriod          (MfwMnu* m, MfwMnuItem* i);
 int SmsStatusReportRequest(MfwMnu* m, MfwMnuItem* i); /* Marcus: Issue 1170: 30/09/2002 */
 //March 2, 2005    REF: CRR 11536 x0018858
-int SmsReplyPathRequest(MfwMnu* m, MfwMnuItem* i); /*Added function declaration for 
+int SmsReplyPathRequest(MfwMnu* m, MfwMnuItem* i); /*Added function declaration for
                                                      setting reply path*/
 void settingsInit (void);
 void settingsExit (void);
@@ -107,7 +107,7 @@
 void settingsFocusNwIconCurSel(void);
 
 //Jul 22,2004 CRR:20896 xrashmic - SASKEN
-void settingsFocusTimeFormatCurSel(void); 
+void settingsFocusTimeFormatCurSel(void);
 
 // May 04, 2005  REF: CRR 30285  x0021334
 void settingsSmsStatusReportCurSel(void);