]> granicus.if.org Git - nethack/commitdiff
whitespace cleanup on files just modified
authornhmall <nhmall@nethack.org>
Fri, 20 Jan 2023 19:28:33 +0000 (14:28 -0500)
committernhmall <nhmall@nethack.org>
Fri, 20 Jan 2023 19:28:33 +0000 (14:28 -0500)
src/dbridge.c
src/dig.c
src/dokick.c
src/mhitu.c
src/mon.c
src/were.c
src/zap.c

index 0d0570b96b13f3f75c696927d240a71da8a6fd02..05062fdcf456abe5850e5d948239ef71a3ba153d 100644 (file)
@@ -588,10 +588,10 @@ do_entity(struct entity *etmp)
                 if (e_inview) {
                     pline("%s crushed by the falling portcullis!",
                           E_phrase(etmp, "are"));
-                } else if (!Deaf) { 
+                } else if (!Deaf) {
                     Soundeffect(se_crushing_sound, 100);
                     You_hear("a crushing sound.");
-               }
+                }
                 e_died(etmp,
                        XKILL_NOCORPSE | (e_inview ? XKILL_GIVEMSG
                                                   : XKILL_NOMSG),
index 78a881a4c645802df0db69caefc81a193a4fba31..0bac89aa7cc28f2045f283d6663acc98561a7110 100644 (file)
--- a/src/dig.c
+++ b/src/dig.c
@@ -1321,7 +1321,7 @@ mdig_tunnel(struct monst *mtmp)
         if (Verbose(0, mdig_tunnel2) && !rn2(5)) {
             Soundeffect(se_crashing_rock, 75);
             You_hear("crashing rock.");
-       }
+        }
         if (*in_rooms(mtmp->mx, mtmp->my, SHOPBASE))
             add_damage(mtmp->mx, mtmp->my, 0L);
         if (gl.level.flags.is_maze_lev) {
index c74653b7cff930c3ccf7ad5282f4903c5f4d4539..0f2ea9eb719b37bd529b09cf2b26ee4ccd2aceeb 100644 (file)
@@ -1327,7 +1327,7 @@ dokick(void)
                 } else {
                     pline("A %s ooze gushes up from the drain!",
                           hcolor(NH_BLACK));
-               }
+                }
                 (void) makemon(&mons[PM_BLACK_PUDDING], x, y, MM_NOMSG);
                 exercise(A_DEX, TRUE);
                 newsym(x, y);
index d8e26bc98dc85d98821bf841fc0fb4bbbeb603bf..b69154b1a7c2152e0e7a6fab7bd577c334ddeb3c 100644 (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");
index 4fbc5c697c1fe98bff18cf449b646fab3cd7ff73..fa6f2db5f095e067c40321d074b936f06e0e90ea 100644 (file)
--- a/src/mon.c
+++ b/src/mon.c
@@ -1443,7 +1443,7 @@ meatcorpse(
             if (Verbose(2, meatcorpse1))
                 pline("%s eats %s!", Monnam(mtmp), otmpname);
         } else {
-            Soundeffect(se_masticating_sound, 50); 
+            Soundeffect(se_masticating_sound, 50);
             if (Verbose(2, meatcorpse2))
                 You_hear("a masticating sound.");
         }
@@ -3258,7 +3258,7 @@ xkilled(
         } else {
             Soundeffect(se_applause, 40);
             You_hear("the studio audience applaud!");
-       }
+        }
         if (!unique_corpstat(mdat)) {
             boolean mname = has_mgivenname(mtmp);
 
index 6f8a139eeb325acdb2cefdac56822a6589a599e3..7c507990f4c77fa45df97e916993cddb9db8af8f 100644 (file)
@@ -31,9 +31,9 @@ were_change(struct monst *mon)
                     break;
                 }
                 if (howler) {
-                    Soundeffect(se_canine_howl, 50); 
+                    Soundeffect(se_canine_howl, 50);
                     You_hear("a %s howling at the moon.", howler);
-               }
+                }
             }
         }
     } else if (!rn2(30) || Protection_from_shape_changers) {
index ebdd83f306f011710a240c492a1d8f9ec868a1f1..61a8aae3fb0d7e1ea20187800dd1f10b4484c9b9 100644 (file)
--- a/src/zap.c
+++ b/src/zap.c
@@ -4816,7 +4816,7 @@ zap_over_floor(
                     newsym(x, y);
                 } else if (!lava) {
                     You_hear("a crackling sound.");
-               }
+                }
                 if (u_at(x, y)) {
                     if (u.uinwater) { /* not just `if (Underwater)' */
                         /* leave the no longer existent water */