remove some tabs that snuck in unintentionally

This commit is contained in:
nhmall
2024-11-30 19:35:25 -05:00
parent cd032881ad
commit c2c2e84485
7 changed files with 11 additions and 11 deletions

View File

@@ -285,7 +285,7 @@ strategy(struct monst *mtmp)
if (mtmp->data != &mons[PM_WIZARD_OF_YENDOR])
return (unsigned long) STRAT_HEAL;
FALLTHROUGH;
/* FALLTHRU */
/* FALLTHRU */
case 2:
dstrat = STRAT_HEAL;
break;