]> granicus.if.org Git - nethack/commitdiff
Remove unnecessary spaces from couple messages
authorPasi Kallinen <paxed@alt.org>
Tue, 11 Sep 2018 12:39:13 +0000 (15:39 +0300)
committerPasi Kallinen <paxed@alt.org>
Tue, 11 Sep 2018 12:39:13 +0000 (15:39 +0300)
src/teleport.c

index fafadc8d191bac72494e630f3d36e80513f982f7..a79429c461b75a88e2f650eeb08593923bef24c6 100644 (file)
@@ -756,8 +756,8 @@ level_tele()
             killer.format = NO_KILLER_PREFIX;
             Strcpy(killer.name, "went to heaven prematurely");
         } else if (newlev == -9) {
-            You_feel("deliriously happy. ");
-            pline("(In fact, you're on Cloud 9!) ");
+            You_feel("deliriously happy.");
+            pline("(In fact, you're on Cloud 9!)");
             display_nhwindow(WIN_MESSAGE, FALSE);
         } else
             You("are now high above the clouds...");