changeset 76:137c6442eb63

mfw_kbd.h: white space fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 25 Oct 2020 18:33:17 +0000
parents 8697f358f505
children a7e383456c01
files src/ui/mfw/mfw_kbd.h
diffstat 1 files changed, 14 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/mfw/mfw_kbd.h	Sat Oct 24 20:44:04 2020 +0000
+++ b/src/ui/mfw/mfw_kbd.h	Sun Oct 25 18:33:17 2020 +0000
@@ -15,25 +15,25 @@
    TO DO   :
 
    $History:: mfw_kbd.h                                             $
- * 
+ *
  * *****************  Version 7  *****************
  * User: Le           Date: 6.01.00    Time: 9:23
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * Alignment of MFW versions
- * 
+ *
  * *****************  Version 2  *****************
  * User: Es           Date: 22.11.99   Time: 10:29
  * Updated in $/GSM/Condat/SND-MMI/MFW
- * 
+ *
  * *****************  Version 1  *****************
  * User: Es           Date: 18.11.99   Time: 16:35
  * Created in $/GSM/Condat/SND-MMI/MFW
  * Initial
- * 
+ *
  * *****************  Version 6  *****************
  * User: Es           Date: 17.02.99   Time: 20:00
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 5  *****************
  * User: Es           Date: 23.12.98   Time: 16:19
  * Updated in $/GSM/DEV/MS/SRC/MFW
@@ -59,9 +59,9 @@
 #define KEY_STAR        0x00000400
 #define KEY_HASH        0x00000800
 #define KEY_VOLUP       0x00001000
-#define KEY_VOLDOWN		0x00002000
-#define KEY_MNUUP		0x00004000
-#define KEY_MNUDOWN		0x00008000
+#define KEY_VOLDOWN	0x00002000
+#define KEY_MNUUP	0x00004000
+#define KEY_MNUDOWN	0x00008000
 #define KEY_LEFT        0x00010000
 #define KEY_RIGHT       0x00020000
 #define KEY_CALL        0x00040000
@@ -71,12 +71,12 @@
 #define KEY_ABC         0x00400000
 #define KEY_POWER       0x00800000
 
-#define KEY_MNULEFT		0x01000000
+#define KEY_MNULEFT	0x01000000
 #define KEY_MNURIGHT	0x02000000
 //xrashmic 5 Oct, 2005 MMI-SPR-29356, MMI-SPR-29357
-//Wrong hex code was defined earlier. Changed from 0x08000000 
+//Wrong hex code was defined earlier. Changed from 0x08000000
 //to 0x04000000 since  KCD_MNUSELECT is 26
-#define KEY_MNUSELECT	0x04000000 
+#define KEY_MNUSELECT	0x04000000
 
 
 #define KEY_MAX         0x10000000
@@ -126,15 +126,15 @@
 /* This is not valid for Neptune Engineering Mode, hence*/
 
 //xrashmic 14 Dec, 2005 OMAPS00050986
-//when no match is found in drvGetKeyIndex, it returns -1, 
+//when no match is found in drvGetKeyIndex, it returns -1,
 //Some of the keys have the value set to 0xFE. Hence defining KCD_NONE as 0xFD
 #define KCD_NONE    253    //xrashmic 22 Aug, 2004 MMI-SPR-32798
 #endif /* ifndef NEPTUNE_BOARD*/
-#endif 						        
+#endif
 
 
 #define KEY_CONSUMED	1
-#define KEY_PASSED	    0
+#define KEY_PASSED	0
 
 typedef struct MfwKbdTag                /* KEYBOARD CONTROL BLOCK   */
 {