Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -108,10 +108,8 @@ coll(void)
|
|||
owed *= loan.l_amtdue;
|
||||
/* End overflow fix */
|
||||
pr("You are owed $%.2f on that loan.\n", owed);
|
||||
if (!
|
||||
(p =
|
||||
getstarg(player->argp[2],
|
||||
"What sector do you wish to confiscate? ", buf)))
|
||||
if (!(p = getstarg(player->argp[2],
|
||||
"What sector do you wish to confiscate? ", buf)))
|
||||
return RET_SYN;
|
||||
if (!check_loan_ok(&loan))
|
||||
return RET_FAIL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue