From 79c889502c677b7a7fc74048f1c43901690bec05 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 24 Oct 2024 08:40:44 -0400 Subject: [PATCH] follow-up: remove trailing whitespace --- src/hack.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/hack.c b/src/hack.c index 95576d019..4c636910d 100644 --- a/src/hack.c +++ b/src/hack.c @@ -161,11 +161,11 @@ could_move_onto_boulder(coordxy sx, coordxy sy) staticfn void dopush( - coordxy sx, - coordxy sy, - coordxy rx, - coordxy ry, - struct obj *otmp, + coordxy sx, + coordxy sy, + coordxy rx, + coordxy ry, + struct obj *otmp, boolean costly) { struct monst *shkp;