edit: Trim unwanted trailing space from output
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
02e00ed53b
commit
c83cfbe33c
2 changed files with 2 additions and 2 deletions
|
@ -230,7 +230,7 @@ print_nat(struct natstr *np)
|
||||||
|
|
||||||
pr("Country #: %2d\n", np->nat_cnum);
|
pr("Country #: %2d\n", np->nat_cnum);
|
||||||
pr("Name <n>: %-20s\t", np->nat_cnam);
|
pr("Name <n>: %-20s\t", np->nat_cnam);
|
||||||
pr("Representative <r>: %-20s\n", np->nat_pnam);
|
pr("Representative <r>: %s\n", np->nat_pnam);
|
||||||
pr("BTUs <b>: %3d\t\t\t", np->nat_btu);
|
pr("BTUs <b>: %3d\t\t\t", np->nat_btu);
|
||||||
pr("Reserves <m>: %5d\n", np->nat_reserve);
|
pr("Reserves <m>: %5d\n", np->nat_reserve);
|
||||||
pr("Capital <c>: %s\t\t",
|
pr("Capital <c>: %s\t\t",
|
||||||
|
|
|
@ -1741,7 +1741,7 @@
|
||||||
Play#0 input edit c 5
|
Play#0 input edit c 5
|
||||||
Play#0 command edit
|
Play#0 command edit
|
||||||
Play#0 output Play#0 1 Country #: 5
|
Play#0 output Play#0 1 Country #: 5
|
||||||
Play#0 output Play#0 1 Name <n>: 5 Representative <r>: 5
|
Play#0 output Play#0 1 Name <n>: 5 Representative <r>: 5
|
||||||
Play#0 output Play#0 1 BTUs <b>: 0 Reserves <m>: 0
|
Play#0 output Play#0 1 BTUs <b>: 0 Reserves <m>: 0
|
||||||
Play#0 output Play#0 1 Capital <c>: 0,0 Origin <o>: 0,0
|
Play#0 output Play#0 1 Capital <c>: 0,0 Origin <o>: 0,0
|
||||||
Play#0 output Play#0 1 Status <s>: 0x5 Seconds Used <u>: 0
|
Play#0 output Play#0 1 Status <s>: 0x5 Seconds Used <u>: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue