diff src/ui/bmi/AUIEditor.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children 1a17927dd8a2
line wrap: on
line diff
--- a/src/ui/bmi/AUIEditor.h	Sun Nov 08 05:12:05 2020 +0000
+++ b/src/ui/bmi/AUIEditor.h	Sun Nov 08 06:39:16 2020 +0000
@@ -105,19 +105,19 @@
 /****************************************************************************/
 
 /* T_AUI_EDITOR_DATA */
- 
+
 typedef struct
 {
 	T_ED_ATTR		editor_attr;		/* The editor attributes */
 	int				zone_id;			/* Type of editor window */
-    
+
 	USHORT			Identifier;			/* Identifier passed on to callback function */
 	ULONG			timeout;			/* Time before editor calls callback */
 	T_AUI_EDIT_CB	Callback;			/* Callback function */
 	BOOL			destroyEditor;		/* TRUE if editor is to be destroyed on exit */
 	UBYTE			min_enter;			/* Minimum number of characters necessary to enter */
 	BOOL			change_rsk_on_empty; /* TRUE if text of right soft key changes when buffer is empty*/
-	
+
 	USHORT         TitleId;				/* Text ID for the title of the editor */
 	UBYTE          	*TitleString;		/* String for title of editor (ignored if TitleId is non-null) */
 	USHORT			LeftSoftKey;		/* Text ID for left soft key */