stray tabs

This commit is contained in:
nhmall
2026-04-20 21:04:22 -04:00
parent 7d377a0f02
commit 0ca6e6f16f
3 changed files with 4 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ struct ami_sysflags {
boolean altmeta; /* use ALT keys as META */
boolean amiflush; /* kill typeahead */
#endif
#ifdef AMII_GRAPHICS
#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 */

View File

@@ -19,7 +19,7 @@ enum wp_ids { wp_tty = 1, wp_X11, wp_Qt, wp_mswin, wp_curses,
#ifdef OUTDATED_STUFF
wp_mac, wp_Gem, wp_Gnome,
#endif
wp_trace // XXX do we need this? should chainin/out get an id? TBD
wp_trace // XXX do we need this? should chainin/out get an id? TBD
};
/* NB: this MUST match chain_procs below */

View File

@@ -711,7 +711,7 @@ dump_enums(void)
objclass_classes_enum,
objclass_syms_enum,
arti_enum,
mcastu_enum,
mcastu_enum,
NUM_ENUM_DUMPS
};
@@ -743,7 +743,7 @@ dump_enums(void)
objclass_classes_dump,
objclass_syms_dump,
arti_enum_dump,
mcastu_enum_dump,
mcastu_enum_dump,
};
static const struct de_params {