Coding style fixes, mostly indentation and whitespace
This commit is contained in:
parent
8a0d117d45
commit
373651359e
47 changed files with 131 additions and 130 deletions
|
@ -82,7 +82,7 @@ fort(void)
|
|||
if (hard_amt <= 0)
|
||||
continue;
|
||||
|
||||
if (lnd_fortify (&land, hard_amt) <= 0) {
|
||||
if (lnd_fortify(&land, hard_amt) <= 0) {
|
||||
pr("%s can't be fortified%s\n", prland(&land),
|
||||
land.lnd_harden >= land_mob_max ? " any further" : "");
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue