code cleanup: make function definition confirm to GNU coding style
authorArun Persaud <arun@nubati.net>
Wed, 4 Jan 2012 05:30:59 +0000 (21:30 -0800)
committerArun Persaud <arun@nubati.net>
Wed, 4 Jan 2012 05:30:59 +0000 (21:30 -0800)
commit4e062d14429ed3a3a251c971690bade4c8cba946
tree50a0035f8b5ea6d35c29bb774d030cbaeba306db
parente70077aab0199817f37aef9ed0bdba1bbca93b45
code cleanup: make function definition confirm to GNU coding style

change everything in the main directory to

void
funcname (int a, int b)

format
21 files changed:
backend.c
book.c
childio.c
engineoutput.c
evalgraph.c
gamelist.c
history.c
lists.c
moves.c
parser.c
pgntags.c
uci.c
xboard.c
xedittags.c
xengineoutput.c
xevalgraph.c
xgamelist.c
xhistory.c
xoptions.c
zic2xpm.c
zippy.c