changeset 116:5f0ddadda653

mmiNetwork.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 09 Nov 2020 01:46:04 +0000
parents 320fdf90f1c4
children 412ae9004de1
files src/ui/bmi/mmiNetwork.h
diffstat 1 files changed, 14 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/bmi/mmiNetwork.h	Mon Nov 09 01:36:53 2020 +0000
+++ b/src/ui/bmi/mmiNetwork.h	Mon Nov 09 01:46:04 2020 +0000
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-					CONDAT (UK)
+                    CONDAT (UK)
 
 ********************************************************************************
 
@@ -9,14 +9,14 @@
 
 ********************************************************************************
 
- $Project name:	Basic MMI
- $Project code:	BMI (6349)
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
  $Module:
- $File:		    MmiNetwork.h
- $Revision:		1.0
+ $File:         MmiNetwork.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
@@ -24,9 +24,9 @@
 
 
 ********************************************************************************
-	Jun 23, 2006    DR: OMAPS00082374 x0pleela
-   	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
+    Jun 23, 2006    DR: OMAPS00082374 x0pleela
+    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
 
 
 *******************************************************************************
@@ -68,13 +68,13 @@
  * 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
+#define SIZE_PLMN_NAME          20
+#define SIZE_NETWORK_NAME       7 //x0pleela 23 June, 2006 DR:OMAPS00082374
 
 typedef struct
 {
   UBYTE plmn_name [SIZE_PLMN_NAME];        /* textual format of PLMN */
-  UBYTE network_name [SIZE_NETWORK_NAME];      /* numeric format of PLMN */
+  UBYTE network_name [SIZE_NETWORK_NAME];  /* numeric format of PLMN */
   UBYTE service_provider_name[SP_NAME]; /* Marcus: Issue 1618: 24/01/2003 */
   UBYTE roaming_indicator;     /* Roaming Indicator      */
 } T_CURRENT_NETWORK;
@@ -100,7 +100,7 @@
  */
 int       network_set_mode_auto      (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi);
 int       network_set_mode_man       (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi);
-int		  network_pref_list          (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi);
+int       network_pref_list          (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi);
 int       network_log_on             (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi);
 int       network_log_off            (T_MFW_MNU * m, T_MFW_MNU_ITEM * mi);
 int settingsNITZ (T_MFW_MNU *m, T_MFW_MNU_ITEM *i);//x0066814
@@ -119,4 +119,3 @@
 #endif
 
 #endif
-