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