diff src/ui/mfw/mfw_nm.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_nm.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_nm.h	Tue Jan 19 06:10:27 2021 +0000
@@ -9,45 +9,45 @@
   PURPOSE: Type definitions for network management
 
   HISTORY:
-  
+
 	May 31, 2007 DR: OMAPS00133201 x0pleela
-	Description: MS keeps searching networks and doesn't list available PLMNs after 
+	Description: MS keeps searching networks and doesn't list available PLMNs after
 				performing manual selection
-	Solution : Added new event E_NM_ABORT_NETWORK whihc wil be sent to BMI to 
+	Solution : Added new event E_NM_ABORT_NETWORK whihc wil be sent to BMI to
 				destroy the n/w searching dialog
 
 	Sep 18,2006    DRT: OMAPS0090268 x0061088(Prachi)
 	Description : To check for Forbidden network (for deneid services),it takes long time.
 	Solution : Function rAT_PercentCREG() has now be implemented to handle CREG_STAT_Denied,
-	which sends nm_signal(NETWORK_FORBIDDEN_NETWORK) to Bmi . 
+	which sends nm_signal(NETWORK_FORBIDDEN_NETWORK) to Bmi .
 
 	Jun 23, 2006    DR: OMAPS00082374 x0pleela
-   	Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile 
+   	Description: EONS Failures - unexpected output from the MMI: 2 carriers; on the top always T-Mobile
    	Solution: a) Removed the function prototypes of set_opn_sel_done and get_opn_sel_done
-   	
+
 	June 02, 2006    DR: OMAPS00078005 x0021334
 	Descripton: Test for NITZ (Network Identity and Timezone) support - No New time was displayed
 	Solution: New Time/Date received from network is sent to MFW by lower layer by invoking 'rAT_PercentCTZV'
 	function. This function has now been implemented to pass on the received values to MMI
 	for user confirmation and RTC updation.
-   
+
 	Feb 15, 2006    ER: OMAPS00065203 x0pleela
    	Description: Cingular Operator Name Prioritization implementation required
    	Solution: Incorporated review comments
-   			- Implemented prototypes of 2 new functions set_opn_sel_done() and 
+   			- Implemented prototypes of 2 new functions set_opn_sel_done() and
    				get_opn_sel_done() to set and get the current status of the operator selection
 			- Added T_MFW_NM_OPN opn_read_from as part of T_MFW_NETWORK_STRUCT
-				structure to avoid use of global variable as per review comments    
+				structure to avoid use of global variable as per review comments
 
 	Feb 09, 2006    ER: OMAPS00065203 x0pleela
    	Description: Cingular Operator Name Prioritization implementation required
    	Solution: Added new enumeration T_MFW_NM_OPN
    			Added new event E_NM_OPN
    			Added prototype of newly incorporated functions
-   	
+
   	July 14, 2005  REF: CRR 31916  x0021334
     	Description: rCI_PercentCOPS() and rAT_PercentCOPS() is not implemented
-    	Solution: rAT_PercentCOPS() is implemented. 
+    	Solution: rAT_PercentCOPS() is implemented.
 */
 
 #ifndef DEF_MFW_NM
@@ -147,7 +147,7 @@
 	USHORT ci;		/* cell identification */
 	USHORT lid;		/* location identification */
 }T_MFW_CELL_STRUCT;
-	
+
 typedef struct  /* LONG NAME */
 {
   UBYTE dcs;
@@ -300,8 +300,8 @@
 int nm_decodeSourceId( UBYTE sourceId);
 #endif
 //To update plmn data after querying COPN
-void nm_update_plmn_data( T_MFW_NETWORK_STRUCT *plmn_ident, 
-							    T_ACI_OPER_NTRY oper_ntry);  
+void nm_update_plmn_data( T_MFW_NETWORK_STRUCT *plmn_ident,
+							    T_ACI_OPER_NTRY oper_ntry);
 //To query COPN
 void nm_get_COPN( T_MFW_NETWORK_STRUCT *plmn_ident );
 //Get operator name from other sources (CPHS or NITZ or ROM)
@@ -316,7 +316,7 @@
 // June 02, 2006    DR: OMAPS00078005 x0021334
 // Function to set network time
 void nm_set_network_time(T_MFW_TIME_IND *currclock);
-#endif 
+#endif
 
 #ifdef NO_ASCIIZ
 void nm_get_spn (T_MFW_SP_NAME *spn);