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

@@ -743,7 +743,7 @@ drag_ball(coordxy x, coordxy y, int *bc_control,
SKIP_TO_DRAG;
break;
}
FALLTHROUGH;
FALLTHROUGH;
/* FALLTHRU */
case 1:
case 0:

View File

@@ -3075,7 +3075,7 @@ mondead(struct monst *mtmp)
(void) makemon(mtmp->data, stway->sx, stway->sy, NO_MM_FLAGS);
break;
}
FALLTHROUGH;
FALLTHROUGH;
/* FALLTHRU */
case 2: /* randomly */
(void) makemon(mtmp->data, 0, 0, NO_MM_FLAGS);

View File

@@ -5113,7 +5113,7 @@ readobjnam(char *bp, struct obj *no_wish)
for fake mail); 1: from bones or wishing; 2: written with marker */
case SCR_MAIL:
d.otmp->spe = 1;
break;
break;
#endif
/* splash of venom: 0: normal, and transitory; 1: wishing */
case ACID_VENOM:

View File

@@ -404,7 +404,7 @@ fix_worst_trouble(int trouble)
case TROUBLE_STARVING:
/* temporarily lost strength recovery now handled by init_uhunger() */
FALLTHROUGH;
/* FALLTHRU*/
/* FALLTHRU*/
case TROUBLE_HUNGRY:
Your("%s feels content.", body_part(STOMACH));
init_uhunger();
@@ -747,8 +747,8 @@ angrygods(aligntyp resp_god)
punish((struct obj *) 0);
break;
}
FALLTHROUGH;
/* FALLTHRU */
FALLTHROUGH;
/* FALLTHRU */
case 4:
case 5:
gods_angry(resp_god);

View File

@@ -406,8 +406,8 @@ convert_line(char *in_line, char *out_line)
cc += strlen(gc.cvt_buf);
break;
}
FALLTHROUGH;
/* FALLTHRU */
FALLTHROUGH;
/* FALLTHRU */
default:
*cc++ = *c;
break;

View File

@@ -6020,8 +6020,8 @@ passive_obj(
}
break;
}
FALLTHROUGH;
/* FALLTHRU */
FALLTHROUGH;
/* FALLTHRU */
default:
break;
}

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;