Fix bad line break / whitespace. No functional changes.

This commit is contained in:
Markus Armbruster 2005-02-23 15:41:22 +00:00
parent 16407594d6
commit 7e402f062c
3 changed files with 5 additions and 6 deletions

View file

@ -733,8 +733,8 @@ shp_interdict(struct emp_qelem *list, coord newx, coord newy, natid victim)
shp_damage(list,
unit_interdict(newx, newy, victim, "subs",
shp_easiest_target(list, M_SUB, 0),
MI_SINTERDICT), M_SUB, 0, newx,
newy);
MI_SINTERDICT),
M_SUB, 0, newx, newy);
}
return stopping;
}