Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -75,8 +75,7 @@ nati(void)
|
|||
pr("%d%% eff %s at %s has %d civilian%s & %d military\n",
|
||||
sect.sct_effic,
|
||||
sect.sct_type == SCT_CAPIT ? "capital" : "mountain capital",
|
||||
xyas(sect.sct_x, sect.sct_y, cnum), civ, splur(civ),
|
||||
mil);
|
||||
xyas(sect.sct_x, sect.sct_y, cnum), civ, splur(civ), mil);
|
||||
}
|
||||
}
|
||||
pr(" The treasury has $%.2f", (double)natp->nat_money);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue