changeset 194:0983c77b8f54

mfw_icn.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Mar 2021 18:16:13 +0000
parents 03ac997d2d43
children 4d9f24c501f3
files src/ui/mfw/mfw_icn.h
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/mfw/mfw_icn.h	Sun Mar 28 04:44:04 2021 +0000
+++ b/src/ui/mfw/mfw_icn.h	Sun Mar 28 18:16:13 2021 +0000
@@ -67,12 +67,12 @@
 {
     MfwRect area;                       /* icon area                */
     U8 nIcons;                          /* number of icons          */
-    U32 iconCol;					/* index into colours to be used */
-    U8 icnType;						/* 0=b+w, 2=256 col, 3=32bit col */
+    U32 iconCol;			/* index into colours to be used */
+    U8 icnType;				/* 0=b+w, 2=256 col, 3=32bit col */
     char *icons;                        /* icon bitmaps             */
 // Shashi Shekar B.S., a0876501, Feb 4, 2006, DR: OMAPS00061462
 #ifdef FF_MMI_SAT_ICON
-	U8 selfExplanatory;				/* Flag to show associated Text or not */
+    U8 selfExplanatory;			/* Flag to show associated Text or not */
 #endif
 } MfwIcnAttr;
 
@@ -111,4 +111,3 @@
 MfwRes icnCycle (MfwHnd i,int o);
 
 #endif
-