Code formatting. No functional changes.

This commit is contained in:
Markus Armbruster 2006-03-26 13:52:23 +00:00
parent b0a5d11a3f
commit 4c6fb12377
7 changed files with 11 additions and 12 deletions

View file

@ -190,8 +190,7 @@ detonate(struct plnstr *pp, int x, int y)
xyas(plane.pln_x, plane.pln_y, own), damage);
} else {
if (own != 0)
mpr(own,
"%s nuclear device did %d%% damage to %s at %s\n",
mpr(own, "%s nuclear device did %d%% damage to %s at %s\n",
cname(bombown), damage,
prplane(&plane), xyas(plane.pln_x, plane.pln_y, own));
}