diff src/ui/bmi/mmiSmsMenu.h @ 124:073242ccbb63

mmiSms*.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:08:42 +0000
parents c0052fe355d3
children
line wrap: on
line diff
--- a/src/ui/bmi/mmiSmsMenu.h	Tue Nov 10 06:01:15 2020 +0000
+++ b/src/ui/bmi/mmiSmsMenu.h	Tue Nov 10 06:08:42 2020 +0000
@@ -4,7 +4,7 @@
 
 /*******************************************************************************
 
-					CONDAT (UK)
+                    CONDAT (UK)
 
 ********************************************************************************
 
@@ -13,14 +13,14 @@
 
 ********************************************************************************
 
- $Project name:	Basic MMI
- $Project code:	BMI (6349)
- $Module:		SMS
- $File:		    mmiSmsMenu.h
- $Revision:		1.0
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
+ $Module:       SMS
+ $File:         mmiSmsMenu.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
@@ -34,26 +34,24 @@
 
  $History: mmiSmsMenu.h
 
-	25/10/00			Original Condat(UK) BMI version.
+    25/10/00            Original Condat(UK) BMI version.
 
  $End
 
 *******************************************************************************/
 #undef GLOBAL_EXT
 #if defined (MMI_SMSMENU_C)
-	#define GLOBAL_EXT
+    #define GLOBAL_EXT
 #else
-	#define GLOBAL_EXT extern
+    #define GLOBAL_EXT extern
 #endif
 
 
 #include "mfw_mfw.h"
 
 
-
-
 #define TIMER_EXIT  0x0BB8             /* Default SMS timer period - 3 secs.  */
-#define SHORT_SECS  0x01F4				/* Information dialogue display times. */
+#define SHORT_SECS  0x01F4             /* Information dialogue display times. */
 #define THREE_SECS  0x0BB8             /* 3000 milliseconds.                  */
 #define FIVE_SECS   0x1388             /* 5000 milliseconds.                  */
 #define TEN_SECS    0x2710             /* 10000 milliseconds.                 */
@@ -79,7 +77,6 @@
 EXTERN USHORT ConcatenateDisplay( struct MfwMnuTag *m, struct MfwMnuAttrTag *ma, struct MfwMnuItemTag *mi );
 
 
-
 // Entry points for the different SMS blocs
 GLOBAL_EXT int M_exeSendNew(MfwMnu* m, MfwMnuItem* i);
 GLOBAL_EXT int M_exeRead(MfwMnu* m, MfwMnuItem* i);
@@ -95,15 +92,15 @@
 int voice_mail_init (void);
 
 /***************************************************
-****											****
-****				DUMMY DECLARATIONS			****
-****											****
+****                                            ****
+****                DUMMY DECLARATIONS          ****
+****                                            ****
 ***************************************************/
 
 //Dummy defines
-#define TxtNotReady			1
-#define TxtNotDeleted		2
-#define TxtAllDeleted		3
+#define TxtNotReady         1
+#define TxtNotDeleted       2
+#define TxtAllDeleted       3
 #define TxtEnterVoiceNumber 4
 //Dummy functions (stubs)
 void SmsRead(void); // RAVI