KA10: Removed tabs that got added by accident.

This commit is contained in:
Richard Cornwell 2024-05-21 21:33:03 -04:00 committed by Paul Koning
parent c37d26a370
commit 5b3e28263c
2 changed files with 2 additions and 2 deletions

View file

@ -407,7 +407,7 @@ void *blink(void *ptr)
leds |= (pi_enable) ? PION_LAMP : 0; leds |= (pi_enable) ? PION_LAMP : 0;
leds |= (PIR & PI_REQ_MASK6) << PI_REQ_V_6; leds |= (PIR & PI_REQ_MASK6) << PI_REQ_V_6;
leds |= (PIH & PI_PRO_MASK6) << PI_PRO_V_6; leds |= (PIH & PI_PRO_MASK6) << PI_PRO_V_6;
leds |= (MI_flag) ? PI_LAMP : MI_LAMP; leds |= (MI_flag) ? PI_LAMP : MI_LAMP;
break; break;
} }

View file

@ -12263,7 +12263,7 @@ last:
if (QITS) if (QITS)
load_quantum(); load_quantum();
#endif #endif
RUN = 0; RUN = 0;
return SCPE_STEP; return SCPE_STEP;
} }
} }