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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue