Superficial cleanup of the code. Mostly taking lines such as:
authorRichard Rauch <rkr@olib.org>
Sun, 26 Oct 2003 05:38:12 +0000 (05:38 +0000)
committerRichard Rauch <rkr@olib.org>
Sun, 26 Oct 2003 05:38:12 +0000 (05:38 +0000)
commit6c4019c151f3dd77cf7d32efa4c0523bf633c4e1
tree1829ccfaed1ce5bcbaa2bf6b3f62350fa0d9fecb
parentbf9b5b800e3b4f99198a978800c234b6fb5c9215
Superficial cleanup of the code.  Mostly taking lines such as:

  ...

  /*
   * <Enslish recapituation of the single following C statement>
   */
  <single C statement>

...and rewrote as:

  ...
  <single C statement>

freeglut_main.c still has a lot of that in it, but it looks a bit
better, now.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@241 7f0cb862-5218-0410-a997-914c9d46530a
src/freeglut_main.c