comparison src/ui/bmi/mmiMenu.c @ 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 9e0e3dc6ed94
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
158 158
159 MfwHnd MenuWin = (MfwHnd) 0; 159 MfwHnd MenuWin = (MfwHnd) 0;
160 160
161 static MfwHnd win=0; /* our window */ 161 static MfwHnd win=0; /* our window */
162 162
163 /* x0039928 -Lint warning removal 163 /* x0039928 -Lint warning removal
164 static MfwHnd kbd; 164 static MfwHnd kbd;
165 static MfwHnd kbdLong; */ 165 static MfwHnd kbdLong; */
166 166
167 167
168 static SimMenuFunc SimCallback; 168 static SimMenuFunc SimCallback;
169 static MfwHnd SimWindow; 169 static MfwHnd SimWindow;
170 170
171 /* x0039928 - Lint warning removal 171 /* x0039928 - Lint warning removal
172 static MmiState nextState; 172 static MmiState nextState;
173 static BOOL fromHotKey; 173 static BOOL fromHotKey;
174 static BOOL flagHotKey; 174 static BOOL flagHotKey;
175 175
176 static const int OperatorIndex = 1; 176 static const int OperatorIndex = 1;
177 */ 177 */
178 178
179 /******************************************************************************* 179 /*******************************************************************************