changeset 130:cf085bee523c

mmiUserData.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:43:13 +0000
parents e42fae1d006d
children 094dc903f54e
files src/ui/bmi/mmiUserData.h
diffstat 1 files changed, 12 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/bmi/mmiUserData.h	Tue Nov 10 06:41:28 2020 +0000
+++ b/src/ui/bmi/mmiUserData.h	Tue Nov 10 06:43:13 2020 +0000
@@ -3,7 +3,7 @@
 
 /*******************************************************************************
 
-					CONDAT (UK)
+                    CONDAT (UK)
 
 ********************************************************************************
 
@@ -12,14 +12,14 @@
 
 ********************************************************************************
 
- $Project name:	Basic MMI
- $Project code:	BMI (6349)
- $Module:		MMI
- $File:		    MmiUserData.h
- $Revision:		1.0
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
+ $Module:       MMI
+ $File:         MmiUserData.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
@@ -31,19 +31,15 @@
  $History: MmiUserData.h
 
 
-
  $End
 
 *******************************************************************************/
 
 
-
-
 #define ALLOC_MEMORY mfwAlloc
 #define FREE_MEMORY  mfwFree
 
 
-
 /*
  * The following enum is the _only_ place where keys for the userData mechanism
  * can be defined. Everybody _can_ and _must_ define their own keys for
@@ -52,9 +48,9 @@
 typedef enum
 {
     UD_SOFTKEYS,
-	UD_OLD_FOCUS,
+    UD_OLD_FOCUS,
     UD_SAT_BITS,
-	UD_SAT_HANDLE,
+    UD_SAT_HANDLE,
     UD_SAT_KEYBOARD,
     UD_SAT_MENU,
     UD_SAT_MENU_ATTRIBUTES,
@@ -62,8 +58,8 @@
     UD_SAT_MENU_STRINGPOOL,
     UD_SAT_SETUPMENU_COMMAND,
     UD_KBD,
-	UD_PARENTWIN,
-	UD_MENU
+    UD_PARENTWIN,
+    UD_MENU
 } UserKey;
 
 
@@ -111,4 +107,3 @@
 
 
 #endif
-