more pointer style consistency

This commit is contained in:
nhmall
2024-02-20 13:04:32 -05:00
parent d5f2b681af
commit b4f578495c
10 changed files with 43 additions and 43 deletions

View File

@@ -784,7 +784,7 @@ stock_room(int shp_indx, struct mkroom *sroom)
/* Hack for Orcus's level: it's a ghost town, get rid of shopkeepers */
if (on_level(&u.uz, &orcus_level)) {
struct monst* mtmp = shop_keeper(rmno);
struct monst *mtmp = shop_keeper(rmno);
mongone(mtmp);
}