From c7c21c264ef0ada96b1505136038d591b70b82ff Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 11 Sep 2018 15:39:13 +0300 Subject: [PATCH] Remove unnecessary spaces from couple messages --- src/teleport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/teleport.c b/src/teleport.c index fafadc8d1..a79429c46 100644 --- a/src/teleport.c +++ b/src/teleport.c @@ -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...");