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 @@
* ---
*
* budg.c: Calculate production levels, prioritize
*
*
* Known contributors to this file:
* Thomas Ruschak, 1992
* Ville Virrankoski, 1995
@ -195,7 +195,7 @@ calc_all(long p_sect[][2],
*ships = *sbuild = *nsbuild = *smaint = 0;
*units = *lbuild = *nlbuild = *lmaint = 0;
*planes = *pbuild = *npbuild = *pmaint = 0;
np = getnatp(player->cnum);
bp = bp_alloc();
for (n = 0; NULL != (sp = getsectid(n)); n++) {