Code style nit

This commit is contained in:
Pasi Kallinen
2026-04-03 12:59:09 +03:00
parent b2a80ab87a
commit 8c55e7df1c

View File

@@ -2363,7 +2363,8 @@ assess_dmg(struct monst *mtmp, int tmp)
callback (optional). Callback returns 0 if the attack is
active */
boolean ranged_attk_assessed(
boolean
ranged_attk_assessed(
struct monst *mtmp,
boolean (*assessfunc)(struct monst *, int))
{