diff src/ui/bmi/mmiSmsMenu.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 073242ccbb63
line wrap: on
line diff
--- a/src/ui/bmi/mmiSmsMenu.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiSmsMenu.h	Sun Nov 08 06:39:16 2020 +0000
@@ -6,36 +6,36 @@
 
 					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:		SMS
  $File:		    mmiSmsMenu.h
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Condat(UK)                                                         
- $Date:		    25/10/00                                                      
-                                                                               
+ $Revision:		1.0
+
+ $Author:		Condat(UK)
+ $Date:		    25/10/00
+
 ********************************************************************************
-                                                                              
+
  Description:
- 
+
     header of template for MMI SMS menu dynamic event handling
 
 
-                        
+
 ********************************************************************************
 
  $History: mmiSmsMenu.h
 
-	25/10/00			Original Condat(UK) BMI version.	
-	   
+	25/10/00			Original Condat(UK) BMI version.
+
  $End
 
 *******************************************************************************/
@@ -67,12 +67,12 @@
     UBYTE TextBuffer[MAX_MSG_LEN_ARRAY];
     UBYTE NumberBuffer[NUMBER_LENGTH];
     UBYTE CentreBuffer[NUMBER_LENGTH];
-     /* FTA 34.2.8 
-        we have to know from where we are calling the 
+     /* FTA 34.2.8
+        we have to know from where we are calling the
         sms sending part. We should use the Service
         CenterNumber from the Caller in the case of REPLYING
       */
-    UBYTE called_from_reply_item;  
+    UBYTE called_from_reply_item;
 } T_SmsUserData;
 
 //x0pleela 20 Sep conc sms
@@ -123,7 +123,7 @@
  int Easy_DeActivate(MfwMnu* m, MfwMnuItem* i);
 #endif /* EASY_TEXT_ENABLED */
 
-#ifdef TI_PS_FF_CONC_SMS 
+#ifdef TI_PS_FF_CONC_SMS
  //API - 01/10/02 - Concatenation Switch Function Definition
  int Concatenate_DeActivate(MfwMnu* m, MfwMnuItem* i);
  int Concatenate_Activate(MfwMnu* m, MfwMnuItem* i);