changeset 128:6cca8d6d34d3

mmiTimeDate.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 10 Nov 2020 06:39:53 +0000
parents d80ee234a573
children e42fae1d006d
files src/ui/bmi/mmiTimeDate.h
diffstat 1 files changed, 32 insertions(+), 34 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/bmi/mmiTimeDate.h	Tue Nov 10 06:37:23 2020 +0000
+++ b/src/ui/bmi/mmiTimeDate.h	Tue Nov 10 06:39:53 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:		    MmiTimeDate.h
- $Revision:		1.0
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
+ $Module:       MMI
+ $File:         MmiTimeDate.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
@@ -30,14 +30,13 @@
 ********************************************************************************
  $History: MmiTimeDate.h
 
- 	Jan 06,2004 REF: CRR 27859 xkundadu
-	Description:  Clock: Alarm does not go off even if timer times out.
-	Solution: If the mfw_td_set_alarm() function fails, display the
-	'Write Failed" message.
+    Jan 06,2004 REF: CRR 27859 xkundadu
+    Description:  Clock: Alarm does not go off even if timer times out.
+    Solution: If the mfw_td_set_alarm() function fails, display the
+    'Write Failed" message.
         Added 'TIDA_SAVEFAILED' enum to display 'Write Failed' for set alarm fail case.
 
 
-
  $End
 
 *******************************************************************************/
@@ -54,20 +53,20 @@
 
 typedef enum
 {
-	TIDA_INIT,			/* Initialise */
-	TIDA_DATE, 			/* Enter date */
-	TIDA_TIME,			/* Enter time */
-	TIDA_ALARMDATE,		/* Enter alarm date */
-	TIDA_ALARMTIME,		/* Enter alarm time */
-	TIDA_SAVE,			/* Save data to flash & display "Saved" dialog */
+    TIDA_INIT,          /* Initialise */
+    TIDA_DATE,          /* Enter date */
+    TIDA_TIME,          /* Enter time */
+    TIDA_ALARMDATE,     /* Enter alarm date */
+    TIDA_ALARMTIME,     /* Enter alarm time */
+    TIDA_SAVE,          /* Save data to flash & display "Saved" dialog */
 
-//	Jan 06,2004 REF: CRR 27859 xkundadu
-//	Description:  Clock: Alarm does not go off even if timer times out.
-//	Solution: If the mfw_td_set_alarm() function fails, display the
-//	'Write Failed" message.
+//  Jan 06,2004 REF: CRR 27859 xkundadu
+//  Description:  Clock: Alarm does not go off even if timer times out.
+//  Solution: If the mfw_td_set_alarm() function fails, display the
+//  'Write Failed" message.
 
 //    Added 'TIDA_SAVEFAILED' enum to display 'Write Failed' for set alarm fail case.
-	TIDA_SAVEFAILED  //
+    TIDA_SAVEFAILED  //
 }E_TIMER_EVENTS;
 
 T_MFW_HND tida_create(T_MFW_HND parent_win);
@@ -80,15 +79,15 @@
 /* REASONS                  */
 typedef enum
 {
-	DATE_SHOW = TimeDateDummy,
-	TIME_SHOW,
-	DATE_ENTRY,
-	TIME_ENTRY,
-	ENTRY_OK,
-	SAVED,
-	TIDA_ABORT,
-	TIDA_CLEAR,
-	TIDA_TO_IDLE
+    DATE_SHOW = TimeDateDummy,
+    TIME_SHOW,
+    DATE_ENTRY,
+    TIME_ENTRY,
+    ENTRY_OK,
+    SAVED,
+    TIDA_ABORT,
+    TIDA_CLEAR,
+    TIDA_TO_IDLE
 }
 DAT_TIME_CASE;
 void time_date_init();
@@ -114,4 +113,3 @@
 void alarm_check(void);  // RAVI
 
 #endif
-