Indentation fixes; suspect indent-emp is to blame.

This commit is contained in:
Markus Armbruster 2004-02-28 18:06:11 +00:00
parent aa4e268d89
commit e67dca9d29
29 changed files with 89 additions and 133 deletions

View file

@ -413,10 +413,9 @@ would_abandon(struct sctstr *sp, int vtype, int amnt, struct lndstr *lp)
loyalcivs = 0;
/* If they have a military unit there, they still own it */
if (sp->sct_own != 0 && ((loyalcivs == 0) && (mil == 0) &&
(has_units
(sp->sct_x, sp->sct_y, sp->sct_own,
lp) == 0)))
if (sp->sct_own != 0
&& ((loyalcivs == 0) && (mil == 0)
&& (has_units(sp->sct_x, sp->sct_y, sp->sct_own, lp) == 0)))
return 1;
return 0;