Print newline after 'position moves' instead of before 'go'
authorH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 10 Nov 2016 09:55:41 +0000 (10:55 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 10 Nov 2016 09:55:41 +0000 (10:55 +0100)
commit2b077abccc6427e6924b1ed903e3bce1128fc5b4
tree22f87f2c2e8e9e0712065037e2fc537c8ce0e576
parent05c7d739a244a923c0f3e90bcb10f3db9f5e670c
Print newline after 'position moves' instead of before 'go'

The '\n' between position-moves and go was printed with the latter
to avoid a separate printf for it after the move list, but this obfuscated
the code, and was a show stopper for more elegant printing of debug info.
UCI2WB.c