commands: Trim obvious silly trailing space from output
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
df614a9bdc
commit
02e00ed53b
6 changed files with 230 additions and 230 deletions
|
@ -153,7 +153,7 @@ sect_hdr(void)
|
|||
{
|
||||
if (player->god)
|
||||
pr(" ");
|
||||
pr("Starvation \n");
|
||||
pr("Starvation\n");
|
||||
if (player->god)
|
||||
pr("own ");
|
||||
pr(" sect eff ");
|
||||
|
@ -202,10 +202,10 @@ ship_hdr(void)
|
|||
{
|
||||
if (player->god)
|
||||
pr(" ");
|
||||
pr("Starvation \n");
|
||||
pr("Starvation\n");
|
||||
if (player->god)
|
||||
pr("own ");
|
||||
pr(" shp# ship type \n");
|
||||
pr(" shp# ship type\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -250,8 +250,8 @@ unit_hdr(void)
|
|||
{
|
||||
if (player->god)
|
||||
pr(" ");
|
||||
pr("Starvation \n");
|
||||
pr("Starvation\n");
|
||||
if (player->god)
|
||||
pr("own ");
|
||||
pr(" lnd# unit type \n");
|
||||
pr(" lnd# unit type\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue