changeset 120:262aa591dc7a

mmiSat_i.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 05:53:04 +0000
parents e581247d8489
children c106cb01dfa4
files src/ui/bmi/mmiSat_i.h
diffstat 1 files changed, 24 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/bmi/mmiSat_i.h	Tue Nov 10 05:49:38 2020 +0000
+++ b/src/ui/bmi/mmiSat_i.h	Tue Nov 10 05:53:04 2020 +0000
@@ -1,7 +1,7 @@
 
 /*******************************************************************************
 
-					CONDAT (UK)
+                    CONDAT (UK)
 
 ********************************************************************************
 
@@ -10,14 +10,14 @@
 
 ********************************************************************************
 
- $Project name:	Basic MMI
- $Project code:	BMI (6349)
- $Module:		MMI
- $File:		   	MmiSat_I.h
- $Revision:		1.0
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
+ $Module:       MMI
+ $File:         MmiSat_I.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
@@ -30,17 +30,17 @@
 
  $History: MmiSat_I.h
 
- 	Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213)
-	R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting)
-	SAT proactive commands and Language Selection SAT event
+    Nov 07, 2006 ER:OMAPS00070661 R.Prabakar(a0393213)
+    R99 network compliancy : Implemented Language Notification and Provide Local Information (Language setting)
+    SAT proactive commands and Language Selection SAT event
 
- 	Mar 11, 2006   REF:DR:OMAPS00061467  x0035544
-	Description:   27.22.4.13.3 SET UP CALL (display of icons) fails.
-	Solution: created and defined the new structure called T_SAT_IconInfo at the structure
-	T_SAT_call_setup_parameter to support SAT icon data.
+    Mar 11, 2006   REF:DR:OMAPS00061467  x0035544
+    Description:   27.22.4.13.3 SET UP CALL (display of icons) fails.
+    Solution: created and defined the new structure called T_SAT_IconInfo at the structure
+    T_SAT_call_setup_parameter to support SAT icon data.
 
 
-	25/10/00			Original Condat(UK) BMI version.
+    25/10/00            Original Condat(UK) BMI version.
 
  $End
 
@@ -63,11 +63,11 @@
 //x0035544 Feb 06, 2006 DR:OMAPS00061467
 #ifdef FF_MMI_SAT_ICON
 typedef struct
-{							/* SAT ICON DATA   */
-	U8 width;				/* SAT Icon width  */
-	U8 height;				/* SAT Icon height */
-	char* dst;                           /* Icon data	   */
-	BOOL selfExplanatory;
+{                           /* SAT ICON DATA   */
+    U8 width;               /* SAT Icon width  */
+    U8 height;              /* SAT Icon height */
+    char* dst;              /* Icon data       */
+    BOOL selfExplanatory;
 } T_SAT_IconInfo;
 #endif
 
@@ -140,9 +140,9 @@
         SAT_CALL_REDIAL,      /* attempt a redial         */
         SAT_REFRESH,           /* refresh SIM fields     */
         SAT_CALL_END,          /* clean up after call end  */
-        SAT_DESTROY_WINDOW,	/* sbh - destroy the current window */
-        SAT_IDLE_TEXT,			/* sbh - display text on idle screen */
-        SAT_SET_EVENTS,			/* sbh - request when events will happen */
+        SAT_DESTROY_WINDOW, /* sbh - destroy the current window */
+        SAT_IDLE_TEXT,          /* sbh - display text on idle screen */
+        SAT_SET_EVENTS,         /* sbh - request when events will happen */
         SAT_SEND_DTMF,          /* send service command     */
 
         /* SPR#1786 - DS - SAT Class E Events */