]> git.cameronkatri.com Git - bsdgames-darwin.git/commit
cgram: indent
authorrillig <rillig@NetBSD.org>
Sun, 21 Feb 2021 15:41:04 +0000 (15:41 +0000)
committerCameron Katri <me@cameronkatri.com>
Tue, 13 Apr 2021 19:28:32 +0000 (15:28 -0400)
commitdf6504d6853de003e509d62fd5f7e35a625d4e1f
tree857e412dc5e6b2b72d8e34bbb9d30862a4a23784
parentc1513b9eb0455710e9bb290478f90eb690d102c7
cgram: indent

With manual corrections afterwards:

- indent removes empty lines between statement and declaration.  This
  had been a syntax error in C90, since C99 this is common style and
  should be accepted by indent.

- indent didn't format the first line of main for whatever reason, did
  that manually.

- indent removed the empty line above the '/////' separators.  It should
  have left these empty lines as-is.
cgram/cgram.c