diff src/ui/mfw/mfw_sim.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_sim.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_sim.h	Tue Jan 19 06:10:27 2021 +0000
@@ -10,13 +10,13 @@
 	Apr 03, 2007    ER: OMAPS00122561  x0pleela
 	Description:   [ACI] Phone lock feature has to be supported by ACI
 	Solution: Phone Lock ER implementation
-    
+
    	Sep 26, 2006 DR: OMAPS00095524 x0pleela
  	Description:Implement 2 missing SIM Lock types
  	Solution: Made the following changes
  			- Added new macros MFW_SIM_PBLOCK_REQ, MFW_SIM_PBLOCK for
  				Blocked Network category
- 				
+
 	xashmic 9 Sep 2006, OMAPS00092732
 	USBMS ER
   	Sep 08, 2006 DR: OMAPS00091250 x0pleela
@@ -30,19 +30,19 @@
 	Solution:Made the following changes
 	 	Defined new macros MFW_SIM_MKEY( Master Unlocking during bootup)
 	 					  MFW_SIM_MKEYM (Master Unlocking through menu)
- 	
+
 	May 26, 2006 ER: OMAPS00079607 x0012849 :Jagannatha M
 	Description: CPHS: Display 'charge/Timers' menu based on AOC ( Advice of charge )
 	Solution:Made the following changes
 		       1. Defined MFW_SIM_NO_AOC with value 11
-			
+
 	May 15, 2006 DR: OMAPS00067919 x0pleela
-	Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should 
+	Description: SIMP:On repeat Depersonalisation with invalid password MEPD unblock key should
 				be asked not Puk1.
 	Solution:Made the following changes
 		       1. Added new macro BOOTUP_OK
 			2. Added new enumeration T_MFW_SIMP_CLCK_FLAG
-			
+
 	Nov 24, 2005 DR: OMAPS00045909 - Shashi Shekar B.S.
 	Description: Improve IMEI control mechanism
 	Solution : When MMI calls sAT_PLUSCFUN, if an IMEI invalid error is returned,
@@ -50,11 +50,11 @@
 		since the PS will not be booted at all!!!
 
 	July 19, 2005 REF: CRR LOCOSTO-ENH-28173 xpradipg
-  	Description: To provide MMI Support to enable/disable/change password and 
+  	Description: To provide MMI Support to enable/disable/change password and
   				query all the Personalization locks
-  	Solution: Integration of the changes for the same provided by the soldel 
+  	Solution: Integration of the changes for the same provided by the soldel
   			  team
-  			  
+
 ***********************************************************************
 
   PURPOSE: Types definitions for SIM management of MMI framework
@@ -62,7 +62,7 @@
 */
 
 #ifndef DEF_MFW_SIM
-#define DEF_MFW_SIM 
+#define DEF_MFW_SIM
 
 /*#ifndef  BMI_TEST_MC_SIM_EVENT
 #define BMI_TEST_MC_SIM_EVENT
@@ -178,10 +178,10 @@
 #define MFW_SIM_NO_DISABLE	10  /*MC CONQ-5578, PIN disabling forbidden*/
 //x0012849: Jagannatha  26 May, 2006  ER: OMAPS00079607 -Support AOC in CPHS
  #ifdef FF_CPHS
-#define MFW_SIM_NO_AOC		11 
+#define MFW_SIM_NO_AOC		11
 #endif
 /* Shashi Shekar B.S. DR: OMAPS00045909, Improve IMEI control mechanism */
-#define MFW_IMEI_NOT_VALID	20  
+#define MFW_IMEI_NOT_VALID	20
 
 
 #define MFW_SIM_PIN1         1
@@ -220,7 +220,7 @@
 {
   SIMP_NONE,
   SIMP_MENU,
-  SIMP_BOOTUP  
+  SIMP_BOOTUP
 }T_MFW_SIMP_CLCK_FLAG;
 
 #endif
@@ -238,7 +238,7 @@
 extern int C_KEY_REQ;
 #endif
 
-int       sim_init                 (void); 
+int       sim_init                 (void);
 MfwHnd    sim_create               (MfwHnd hWin, MfwEvt event, MfwCb cbfunc);
 MfwRes    sim_delete               (MfwHnd h);
 void      sim_verify_pin           (UBYTE pin_id, char *pin);
@@ -270,7 +270,7 @@
 void sim_enable(void);
 void sim_disable(void);
 
-/* 
+/*
 	Ciphering
 */
 
@@ -279,7 +279,7 @@
 #define MFW_SIM_CPRI_SHOW        	1
 
 //Callback function
-typedef void (* CallbackCPRI)(UBYTE, UBYTE);  
+typedef void (* CallbackCPRI)(UBYTE, UBYTE);
 
 //Initialize the ciphering indication
 EXTERN UBYTE sim_init_CPRS (CallbackCPRI func, UBYTE CPRImode );