diff src/ui/mfw/mfw_smsi.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_smsi.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_smsi.h	Tue Jan 19 06:10:27 2021 +0000
@@ -18,76 +18,76 @@
       Solution     : Earlier, index alone was sufficient to identify messages. Now memory should also be taken care of.
 
  *	May 27, 2005    MMI-FIX-29869 x0018858
- * 	Description: There is a limitation on the number of messages that can be downloaded from 
+ * 	Description: There is a limitation on the number of messages that can be downloaded from
  *  server even though there is space on the sim.
  * 	Solution: The limitation has been removed and the number of messages that can be dowloaded
  * 	has been modified to the masimum number that can be stored.
- * 
+ *
  * *****************  Version 15  *****************
  * User: Vo           Date: 22.03.00   Time: 17:44
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * check voice mail status
- * 
+ *
  * *****************  Version 14  *****************
  * User: Vo           Date: 15.03.00   Time: 14:37
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * Bug fix: receiving MT indication conflict with perform SMS command
  * Bug fix: read SMS parameter
- * 
+ *
  * *****************  Version 13  *****************
  * User: Vo           Date: 28.01.00   Time: 15:36
  * Updated in $/GSM/Condat/MS/SRC/MFW
- * 
+ *
  * *****************  Version 12  *****************
  * User: Vo           Date: 20.01.00   Time: 12:28
  * Updated in $/GSM/Condat/MS/SRC/MFW
- * 
+ *
  * *****************  Version 11  *****************
  * User: Vo           Date: 14.01.00   Time: 20:17
  * Updated in $/GSM/Condat/MS/SRC/MFW
- * 
+ *
  * *****************  Version 10  *****************
  * User: Vo           Date: 17.11.99   Time: 11:01
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * 1. change constants
  * 2. new prototype define
- * 
+ *
  * *****************  Version 9  *****************
  * User: Vo           Date: 21.10.99   Time: 13:36
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * new constants define
  * new prototyp
- * 
+ *
  * *****************  Version 8  *****************
  * User: Vo           Date: 30.08.99   Time: 15:18
  * Updated in $/GSM/DEV/MS/SRC/MFW
  * new prototypes
- * 
+ *
  * *****************  Version 7  *****************
  * User: Vo           Date: 26.07.99   Time: 14:32
  * Updated in $/GSM/DEV/MS/SRC/MFW
  * defines moved to mfw_sms.h
- * 
+ *
  * *****************  Version 6  *****************
  * User: Vo           Date: 16.07.99   Time: 13:50
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 5  *****************
  * User: Vo           Date: 22.06.99   Time: 8:54
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 4  *****************
  * User: Vo           Date: 20.05.99   Time: 17:48
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 3  *****************
  * User: Vo           Date: 31.03.99   Time: 14:09
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 2  *****************
  * User: Vo           Date: 12.02.99   Time: 18:59
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 1  *****************
  * User: Vo           Date: 30.12.98   Time: 11:49
  * Created in $/GSM/DEV/MS/SRC/MFW
@@ -125,7 +125,7 @@
 
 
 /* SMS parameters */
-typedef struct	
+typedef struct
 {
   UBYTE  tag_len;             /* length of Alpha identifier */
   UBYTE  tag[MFW_TAG_LEN];    /* Alpha identifier           */
@@ -143,7 +143,7 @@
 } T_MFW_SMS_PARAMETER;
 
 /* Cell broadcast massage parameters */
-typedef struct	
+typedef struct
 {
   UBYTE  cbm_id[10];      /* cell broadcast message identifier */
 } T_MFW_SMS_CB_PARA;
@@ -156,12 +156,12 @@
 } T_MFW_MEM_INFO;
 
 
-EXTERN T_MFW_HND sms_install              (T_MFW_HDR      *w, 
-                                           T_MFW_HDR      *h, 
+EXTERN T_MFW_HND sms_install              (T_MFW_HDR      *w,
+                                           T_MFW_HDR      *h,
                                            T_MFW_SMS      *sms);
 EXTERN T_MFW_RES sms_remove               (T_MFW_HDR      *h);
 EXTERN BOOL      sms_sign_exec            (T_MFW_HDR      *hdr,
-                                           T_MFW_EVENT     event, 
+                                           T_MFW_EVENT     event,
                                            T_MFW_SMS_PARA *para);
 
 void sms_signal                  (T_MFW_EVENT event, void * para);
@@ -177,7 +177,7 @@
 void sms_copy_msg_list           (int num, T_MFW_SMS_MSG *msg_list);
 // PATCH JPS 29.09: add function equivalent of sms_message_list bu more economic
 void sms_copy_idx_list           (int num, T_MFW_SMS_IDX *msg_list);
-//MC 
+//MC
 /*a0393213 OMAPS00109953 - memory added as parameter*/
 void sms_copy_idx(UBYTE index, T_MFW_SMS_IDX *msg_list, T_MFW_SMS_MEM sms_memory);