pointer decl style consistency; use any_types enum

This commit is contained in:
nhmall
2025-03-06 07:20:16 -05:00
parent 78ca37290b
commit ceee6aff31
8 changed files with 9 additions and 9 deletions

View File

@@ -1486,7 +1486,7 @@ meatmetal(struct monst *mtmp)
/* monster eats a pile of objects */
int
meatobj(struct monst* mtmp) /* for gelatinous cubes */
meatobj(struct monst *mtmp) /* for gelatinous cubes */
{
struct obj *otmp, *otmp2;
struct permonst *ptr, *original_ptr = mtmp->data;