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
|
@ -225,9 +225,8 @@ fuel(void)
|
|||
if (!player->argp[4])
|
||||
pr("%s is not in a supplied, efficient harbor\n",
|
||||
prship(&item.ship));
|
||||
if (!snxtitem
|
||||
(&tender, EF_SHIP,
|
||||
getstarg(player->argp[4], "Oiler? ", buf)))
|
||||
if (!snxtitem (&tender, EF_SHIP,
|
||||
getstarg(player->argp[4], "Oiler? ", buf)))
|
||||
continue;
|
||||
|
||||
if (!check_ship_ok(&item.ship))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue