Convert bcinput.c to K&R style.
authorDavid Griffith <dave@661.org>
Mon, 23 Sep 2019 20:10:07 +0000 (13:10 -0700)
committerDavid Griffith <dave@661.org>
Tue, 24 Sep 2019 01:03:23 +0000 (18:03 -0700)
commit24bddb72c6cdb21b28b0249f97bc7e6b049fb4d6
tree73e40c04db64368d03b60f0af8dbe26eb7cda34d
parentfd65568245e9021c52cac0af9d81294576bfbab0
Convert bcinput.c to K&R style.

There may be trouble down the line.  When I tried to apply
"indent -linux" on this file, I got these error messages:
    indent: bcinput.c:324: Error:Stmt nesting error.
    indent: bcinput.c:1047: Error:Unexpected end of file
I then did the reindentation by hand.
src/dos/bcinput.c