changeset 102:996ce768d987

mmiCalculatorMain.h: formatting fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 23:01:19 +0000
parents ada0621d4e74
children 8beb376cdb57
files src/ui/bmi/mmiCalculatorMain.h
diffstat 1 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/ui/bmi/mmiCalculatorMain.h	Sun Nov 08 22:56:39 2020 +0000
+++ b/src/ui/bmi/mmiCalculatorMain.h	Sun Nov 08 23:01:19 2020 +0000
@@ -84,9 +84,9 @@
     T_MFW_HND         parent_win;
     T_MFW_HND         input_number_win;	/* SH - put this back in to handle '*' as 'equals' */
 #ifdef NEW_EDITOR
-	T_AUI_EDITOR_DATA	editor_data;	/* SPR#1428 - SH - New Editord data */
+    T_AUI_EDITOR_DATA editor_data;	/* SPR#1428 - SH - New Editord data */
 #else
- 	T_EDITOR_DATA   editor_data;
+     T_EDITOR_DATA    editor_data;
 #endif
 
     /* associated handlers */
@@ -94,13 +94,13 @@
     T_MFW_HND         kbd;
     T_MFW_HND         kbd_long;
     T_MFW_HND         menu;
-  T_MFW_HND         menu_tim;
-  UBYTE           status_of_timer; /* use for the keypadlock */
+    T_MFW_HND         menu_tim;
+    UBYTE             status_of_timer; /* use for the keypadlock */
     /* internal data */
-  char        buffer[22];
-    UBYTE       operation;
-     T_MFW_HND menu_options_win;
-     T_MFW_HND editor_win;
+    char              buffer[22];
+    UBYTE             operation;
+    T_MFW_HND         menu_options_win;
+    T_MFW_HND         editor_win;
 
 } tCalcData;