summaryrefslogtreecommitdiffstats
path: root/warp/init.c
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-05-02 12:50:43 +0000
committerCameron Katri <me@cameronkatri.com>2021-05-05 14:56:21 -0400
commit1c75ca2e2dc72d118edbb854455e602d70d80a52 (patch)
treea815eb983fa15e7c407095122e37acb90093be9a /warp/init.c
parent2442661e769456700d67fac92056d18b3046633e (diff)
downloadbsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.gz
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.zst
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.zip
games: remove trailing whitespace in *.c and *.h
Diffstat (limited to 'warp/init.c')
-rw-r--r--warp/init.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/warp/init.c b/warp/init.c
index a11a499c..68b195e9 100644
--- a/warp/init.c
+++ b/warp/init.c
@@ -3,19 +3,19 @@
/* Log: init.c,v
* Revision 7.0.1.4 86/12/12 16:58:03 lwall
* Baseline for net release.
- *
+ *
* Revision 7.0.1.3 86/10/20 14:35:31 lwall
* Picked some lint.
- *
+ *
* Revision 7.0.1.2 86/10/17 15:53:30 lwall
* Added random walk star fields.
- *
+ *
* Revision 7.0.1.1 86/10/16 10:51:19 lwall
* Added Damage. Fixed random bugs.
- *
+ *
* Revision 7.0 86/10/08 15:12:10 lwall
* Split into separate files. Added amoebas and pirates.
- *
+ *
*/
#include "EXTERN.h"
@@ -519,7 +519,7 @@ stars_again:
}
}
- for (i=0;i<2;i++) for (y=0;y<3;y++) for (x=0;x<3;x++)
+ for (i=0;i<2;i++) for (y=0;y<3;y++) for (x=0;x<3;x++)
isatorp[i][y][x]=0;
whenok = 0;