sentence spacing

Use two spaces between sentences.  This only fixes the instances of
one-space that were fairly easy to find.
This commit is contained in:
PatR
2018-11-20 17:56:16 -08:00
parent d15dacc44c
commit 50cb52ab31
15 changed files with 53 additions and 51 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* NetHack 3.6 steed.c $NHDT-Date: 1541806894 2018/11/09 23:41:34 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.54 $ */
/* NetHack 3.6 steed.c $NHDT-Date: 1542765364 2018/11/21 01:56:04 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.57 $ */
/* Copyright (c) Kevin Hugo, 1998-1999. */
/* NetHack may be freely redistributed. See license for details. */
@@ -529,7 +529,7 @@ int reason; /* Player was thrown off etc. */
return;
}
if (!have_spot) {
You("can't. There isn't anywhere for you to stand.");
You("can't. There isn't anywhere for you to stand.");
return;
}
if (!has_mname(mtmp)) {