whitespace cleanup on recent file

replace leading tab with spaces to match include style
This commit is contained in:
nhmall
2026-03-31 12:57:41 -04:00
parent 90db8d7e2d
commit aa25005cf0

View File

@@ -193,21 +193,21 @@ void amii_setpens(int);
#define M(c) ((c) -128)
#endif
struct ami_sysflags {
char sysflagsid[10];
char sysflagsid[10];
#ifdef AMIFLUSH
boolean altmeta; /* use ALT keys as META */
boolean amiflush; /* kill typeahead */
boolean altmeta; /* use ALT keys as META */
boolean amiflush; /* kill typeahead */
#endif
#ifdef AMII_GRAPHICS
int numcols;
unsigned short amii_dripens[20]; /* DrawInfo Pens currently there are 13 in v39 */
AMII_COLOR_TYPE amii_curmap[AMII_MAXCOLORS]; /* colormap */
int numcols;
unsigned short amii_dripens[20]; /* DrawInfo Pens currently there are 13 in v39 */
AMII_COLOR_TYPE amii_curmap[AMII_MAXCOLORS]; /* colormap */
#endif
#ifdef OPT_DISPMAP
boolean fast_map; /* use optimized, less flexible map display */
boolean fast_map; /* use optimized, less flexible map display */
#endif
#ifdef MFLOPPY
boolean asksavedisk;
boolean asksavedisk;
#endif
};
extern struct ami_sysflags sysflags;