couple of reformatting bits

Some formatting stuff left out of recent commits.  No change in
behavior.
This commit is contained in:
PatR
2022-10-08 15:56:12 -07:00
parent 334fd76ab4
commit 769e154546
2 changed files with 15 additions and 5 deletions
+6 -2
View File
@@ -1041,7 +1041,8 @@ hitmu(register struct monst *mtmp, register struct attack *mattk)
mhitm_adtyping(mtmp, mattk, &g.youmonst, &mhm);
(void) mhitm_knockback(mtmp, &g.youmonst, mattk, &mhm.hitflags, (MON_WEP(mtmp) != 0));
(void) mhitm_knockback(mtmp, &g.youmonst, mattk, &mhm.hitflags,
(MON_WEP(mtmp) != 0));
if (mhm.done)
return mhm.hitflags;
@@ -2147,7 +2148,10 @@ mayberem(struct monst *mon,
* damage applies.
*/
static int
passiveum(struct permonst *olduasmon, struct monst *mtmp, struct attack *mattk)
passiveum(
struct permonst *olduasmon,
struct monst *mtmp,
struct attack *mattk)
{
int i, tmp;
struct attack *oldu_mattk = 0;