diff src/ui/mfw/mfw_edt.h @ 188:92abb46dc1ba

src/ui/mfw/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 19 Jan 2021 06:10:27 +0000
parents 67bfe9f274f6
children
line wrap: on
line diff
--- a/src/ui/mfw/mfw_edt.h	Tue Jan 19 05:41:26 2021 +0000
+++ b/src/ui/mfw/mfw_edt.h	Tue Jan 19 06:10:27 2021 +0000
@@ -15,34 +15,34 @@
    TO DO   :
 
    $History:: mfw_edt.h                                             $
- * 
+ *
   *  * *****************  Version 8  *****************
  * User: MC           Date: 03/10/02	   Time: 14:40
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * Replaced most of the file with version on 3.3.3 line (MC, SPR 1242)
- * 
+ *
  * *****************  Version 7  *****************
  * User: Es           Date: 23.03.00   Time: 14:40
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * added edtUnhide()
- * 
+ *
  * *****************  Version 6  *****************
  * User: Es           Date: 18.02.00   Time: 15:45
  * Updated in $/GSM/Condat/MS/SRC/MFW
  * added edit controls: ecTop, ecBottom
- * 
+ *
  * *****************  Version 5  *****************
  * User: Es           Date: 6.07.99    Time: 12:03
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 4  *****************
  * User: Es           Date: 17.02.99   Time: 20:00
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 3  *****************
  * User: Es           Date: 14.01.99   Time: 17:19
  * Updated in $/GSM/DEV/MS/SRC/MFW
- * 
+ *
  * *****************  Version 2  *****************
  * User: Es           Date: 23.12.98   Time: 16:19
  * Updated in $/GSM/DEV/MS/SRC/MFW
@@ -71,12 +71,12 @@
     char *text;                         /* edit buffer              */
     U16 size;                           /* buffer size              */
 	char predText[MAX_PRED_TEXT];		/* GW 06/09/01 Added predicted word buffer    */
-    
-/* NM, 13.03, fast-edit 
+
+/* NM, 13.03, fast-edit
    old:  to handle between the two modes (digit/alpha) was done by BMI
    new: handle by MFW
-*/     
-    U8 alphaMode;   					/* true(alpha)/false(digit) */                
+*/
+    U8 alphaMode;   					/* true(alpha)/false(digit) */
 } MfwEdtAttr;
 
 typedef struct MfwEdtTag                /* EDITOR CONTROL BLOCK     */
@@ -141,7 +141,7 @@
 
 /* Unicode editor procedures.
  * SPR957 - SH - moved some prototypes here from mfw_edt.c */
- 
+
 MfwRes	edtUpdateUnicode (MfwEdt *e);
 MfwRes	edtCharUnicode (MfwHnd e, int c);
 void	moveLeftUnicode(U16 *unicodeStr, int nChars);