whitespace cleanup on files just modified

This commit is contained in:
nhmall
2023-01-20 14:28:33 -05:00
parent 8bbe9282aa
commit 07d3b22b4e
7 changed files with 10 additions and 10 deletions

View File

@@ -744,7 +744,7 @@ mattacku(register struct monst *mtmp)
} else {
if (is_whirly(mtmp->data)) {
Soundeffect(se_rushing_wind_noise, 60);
}
}
You_hear("a %s nearby.",
is_whirly(mtmp->data) ? "rushing noise"
: "splat");