From: Eric S. Raymond Date: Thu, 28 Sep 2006 08:01:45 +0000 (+0000) Subject: Clean up nasty FORTRAN-style if statements. X-Git-Tag: 2.0~192 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=9ae916e9144e84ef1de4a86ea73a45a2bc4cc1be;hp=9ae916e9144e84ef1de4a86ea73a45a2bc4cc1be;p=super-star-trek.git 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, ---