diff src/ui/mfw/mfw_ssi.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_ssi.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_ssi.h	Tue Jan 19 06:10:27 2021 +0000
@@ -17,33 +17,33 @@
 	Description:	IMEI CD byte calculation added
 	Solution:	Byte alignment done for IMEI display.
 
- * 
+ *
  * *****************  Version 7  *****************
  * User: Vo           Date: 14.01.00   Time: 20:17
  * Updated in $/GSM/Condat/MS/SRC/MFW
- * 
+ *
  * *****************  Version 6  *****************
  * User: Vo           Date: 13.09.99   Time: 10:36
  * Updated in $/GSM/DEV/MS/SRC/MFW
  * new prototype
- * 
+ *
  * *****************  Version 5  *****************
  * User: Vo           Date: 30.08.99   Time: 11:45
  * Updated in $/GSM/DEV/MS/SRC/MFW
  * add 'reason' in function ss_error_string()
- * 
+ *
  * *****************  Version 4  *****************
  * User: Vo           Date: 2.07.99    Time: 15:27
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 3  *****************
  * User: Vo           Date: 22.06.99   Time: 8:54
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 2  *****************
  * User: Vo           Date: 20.05.99   Time: 17:47
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 1  *****************
  * User: Vo           Date: 10.02.99   Time: 12:41
  * Created in $/GSM/DEV/MS/SRC/MFW
@@ -54,14 +54,14 @@
 
 #include "ksd.h"
 
-typedef enum              
+typedef enum
 {
     MFW_MODUL_UNKNOWN = 0,
     MFW_PHB,
     MFW_SIM_CPIND,
     MFW_SIM_CPINE
 } T_MFW_SS_MODUL;
-    
+
 /* SS Control Block */
 typedef struct
 {
@@ -91,12 +91,12 @@
 T_MFW_SS_RETURN ss_decode   (UBYTE *string, CHAR **rt, T_KSD_SEQPARAM *p);
 void            ss_notify   (T_MFW_SS_NOTIFY_CODES code,
 						     SHORT                 index,
-						     UBYTE                *number, 
+						     UBYTE                *number,
 						     UBYTE                *subaddr);
-T_MFW           ss_set_clck (T_ACI_FAC fac, 
-                             T_ACI_CLCK_MOD mode, 
+T_MFW           ss_set_clck (T_ACI_FAC fac,
+                             T_ACI_CLCK_MOD mode,
                              CHAR *passwd,
-                             T_ACI_CLASS class_type, 
+                             T_ACI_CLASS class_type,
                              UBYTE modul);
 void            ss_command_info  (T_ACI_CLOG* clog);
 void            ss_ok_string     (T_ACI_AT_CMD cmdId);