More code style nits

This commit is contained in:
Pasi Kallinen
2026-02-07 17:03:54 +02:00
parent 8833e670cd
commit 63dd80f5ec
4 changed files with 16 additions and 8 deletions

View File

@@ -2399,7 +2399,8 @@ mon_avoiding_this_attack(struct monst *mtmp, int attkidx)
* ranged_attk_assessed(mtmp, mon_avoiding_this_attack)
* but without the added assessment function call overhead.
*/
boolean ranged_attk_available(struct monst *mtmp)
boolean
ranged_attk_available(struct monst *mtmp)
{
int i, typ = -1;
struct permonst *ptr = mtmp->data;