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
|
@ -87,8 +87,8 @@ tend(void)
|
|||
return RET_SYN;
|
||||
}
|
||||
|
||||
if (!snxtitem
|
||||
(&tenders, EF_SHIP, getstarg(player->argp[2], "Tender(s)? ", buf)))
|
||||
if (!snxtitem(&tenders, EF_SHIP,
|
||||
getstarg(player->argp[2], "Tender(s)? ", buf)))
|
||||
return RET_SYN;
|
||||
|
||||
while (nxtitem(&tenders, (s_char *)&tender)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue