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
|
@ -330,8 +330,7 @@ check_trade(void)
|
|||
continue;
|
||||
}
|
||||
if (tg.gen.trg_own != trade.trd_owner) {
|
||||
logerror
|
||||
("SOmething weird, tg.gen.trg_own != trade.trd_owner!\n");
|
||||
logerror("Something weird, tg.gen.trg_own != trade.trd_owner!\n");
|
||||
trade.trd_unitid = -1;
|
||||
puttrade(n, &trade);
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue