]> granicus.if.org Git - nethack/commitdiff
Remove trailing whitespaces
authorPasi Kallinen <paxed@alt.org>
Mon, 9 Nov 2015 11:06:19 +0000 (13:06 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 9 Nov 2015 11:06:19 +0000 (13:06 +0200)
src/botl.c
src/hacklib.c
src/monst.c
src/questpgr.c

index f58227ad8fb32f779dfb15a998154fd9c1b21613..134305f899c9c60105f1fd5d4157724c8f4ca367 100644 (file)
@@ -643,7 +643,7 @@ boolean
     }
     for (i = 0; i < MAXBLSTATS; ++i) {
         enum statusfields fld = initblstats[i].fld;
-        
+
         switch (fld) {
         case BL_TITLE:
             fieldfmt = "%s";
index f7499decbcf2bb44661d165cd2be29b22da8153b..a590968d9cb5b945003318bc792cdfedf2b3d0e9 100644 (file)
@@ -8,7 +8,7 @@
     Assorted 'small' utility routines.  They're virtually independent of
     NetHack, except that rounddiv may call panic().  setrandom calls one
     of srandom(), srand48(), or srand() depending upon configuration.
-                  
+
       return type     routine name    argument type(s)
         boolean         digit           (char)
         boolean         letter          (char)
index 9a41857736de2aacc2a7f9bf0ed3b1113042b75b..cf14f9e2916ba5dde20ea3f1d50be367e8f25847 100644 (file)
@@ -1464,7 +1464,7 @@ struct permonst _mons2[] = {
         M2_HOSTILE | M2_STRONG | M2_NASTY | M2_COLLECT, M3_INFRAVISIBLE,
         CLR_ORANGE),
 #if 0 /* DEFERRED */
-    MON("vorpal jabberwock", S_JABBERWOCK,       
+    MON("vorpal jabberwock", S_JABBERWOCK,
        LVL(20, 12, -2, 50, 0), (G_GENO | 1),
        A(ATTK(AT_BITE, AD_PHYS, 3, 10), ATTK(AT_BITE, AD_PHYS, 3, 10),
          ATTK(AT_CLAW, AD_PHYS, 3, 10), ATTK(AT_CLAW, AD_PHYS, 3, 10),
index cf13f30b053c4fde8606c5b8ec88ab2c0dc75dc2..09099c85ed8facc201c4fa53302d5b6faeab0db4 100644 (file)
@@ -241,7 +241,7 @@ char who,  /* 'd' => deity, 'l' => leader, 'n' => nemesis, 'o' => artifact */
     if (who == 'o'
         && (strstri(cvt_buf, "Eyes ")
             || strcmpi(cvt_buf, makesingular(cvt_buf)))) {
-        pnoun = (lwhich == 'h') ? "they" 
+        pnoun = (lwhich == 'h') ? "they"
                 : (lwhich == 'i') ? "them"
                 : (lwhich == 'j') ? "their" : "?";
     } else {