diff src/ui/bmi/mmiNetwork.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 5f0ddadda653
line wrap: on
line diff
--- a/src/ui/bmi/mmiNetwork.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/mmiNetwork.h	Sun Nov 08 06:39:16 2020 +0000
@@ -2,37 +2,37 @@
 
 					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)                                                           
- $Module:		
+ $Project name:	Basic MMI
+ $Project code:	BMI (6349)
+ $Module:
  $File:		    MmiNetwork.h
- $Revision:		1.0                                                       
-                                                                              
- $Author:		Condat(UK)                                                         
- $Date:		    25/10/00                                                      
-                                                                               
+ $Revision:		1.0
+
+ $Author:		Condat(UK)
+ $Date:		    25/10/00
+
 ********************************************************************************
-                                                                              
+
  Description:
- 
-                        
+
+
 ********************************************************************************
 	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) Changed the size of SIZE_NETWORK_NAME from 6 to 7
 
 
 *******************************************************************************
-                                                                              
+
                                 Required Include Files
-                                                                              
+
 *******************************************************************************/
 
 
@@ -66,12 +66,12 @@
  *
  * The network has enabled network logging, but this network is not available. The logged
  * network can be requested by the function network_get_plmn.
- * 
+ *
  */
 #define SIZE_PLMN_NAME 			20
 #define SIZE_NETWORK_NAME		7 //x0pleela 23 June, 2006 DR:OMAPS00082374
 
-typedef struct  
+typedef struct
 {
   UBYTE plmn_name [SIZE_PLMN_NAME];        /* textual format of PLMN */
   UBYTE network_name [SIZE_NETWORK_NAME];      /* numeric format of PLMN */
@@ -80,7 +80,7 @@
 } T_CURRENT_NETWORK;
 
 #ifdef FF_TIMEZONE
-typedef enum 
+typedef enum
 {
  NitzAutomatic=0,
  NitzOn,