Fix trailing whitespace

This commit is contained in:
Markus Armbruster 2008-09-17 21:09:14 -04:00
parent a9653c475b
commit d702068457
509 changed files with 922 additions and 922 deletions

View file

@ -26,7 +26,7 @@
* ---
*
* empobj.h: General empire objects.
*
*
* Known contributors to this file:
* Ron Koenderink, 2006
* Markus Armbruster, 2006-2008
@ -68,7 +68,7 @@ struct empobj {
signed char effic;
signed char mobil;
unsigned char off;
short tech;
short tech;
char group; /* valid if EFF_GROUP is in table's flags */
coord opx, opy;
short mission;
@ -83,7 +83,7 @@ union empobj_storage {
struct lndstr land;
struct lonstr loan;
struct loststr lost;
struct natstr nat;
struct natstr nat;
struct nwsstr news;
struct nukstr nuke;
struct plnstr plane;