]> granicus.if.org Git - nethack/commitdiff
tab to spaces follow-up
authornhmall <nhmall@nethack.org>
Wed, 9 Feb 2022 10:52:55 +0000 (05:52 -0500)
committernhmall <nhmall@nethack.org>
Wed, 9 Feb 2022 10:52:55 +0000 (05:52 -0500)
Also, the commit for 0e9ecb88fbf883350a9feb3c4c616a2e6282d5e3
was missing the issue close directive, so do it here.

Closes #674

src/zap.c

index d8b4089e2a87e3ced79a79e5297887f7400da237..af1adc07cdd029eac47cbf572a0ed0ac06d75dc3 100644 (file)
--- a/src/zap.c
+++ b/src/zap.c
@@ -4262,7 +4262,7 @@ dobuzz(int type, int nd, xchar sx, xchar sy, int dx, int dy,
                 u.ustuck->mhp = 0;
             if (DEADMONSTER(u.ustuck))
                 killed(u.ustuck);
-       }
+        }
         return;
     }
     if (type < 0)