Clean up nasty FORTRAN-style if statements.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 28 Sep 2006 08:01:45 +0000 (08:01 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 28 Sep 2006 08:01:45 +0000 (08:01 +0000)
commit9ae916e9144e84ef1de4a86ea73a45a2bc4cc1be
tree30284d0d2e37b64c6058c71cbc4638a331b73064
parent3cabc30da8bc015a1c66c63ee7d5250a4b15ea47
Clean up nasty FORTRAN-style if statements.

E.g., with the body on the same line as the guard.  They're bad style
and make the code hard to read, and I got fed up,
src/ai.c
src/battle.c
src/events.c
src/finish.c
src/moving.c
src/planets.c
src/reports.c
src/setup.c
src/sst.c
src/sst.py
src/sstlinux.c