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)
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,


No differences found