sequencer: avoid unnecessary curly braces
commit637666c82258a2a11424791ad83b3a43cae101a4
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 2 Jan 2017 15:26:08 +0000 (2 16:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jan 2017 22:57:29 +0000 (9 14:57 -0800)
treef0b5bce3026634e5a16f6c8a16d3dbc8a956e8b3
parente05806da9ec4aff8adfed142ab2a2b3b02e33c8c
sequencer: avoid unnecessary curly braces

This was noticed while addressing Junio Hamano's concern that some
"else" operators were on separate lines than the preceding closing
brace.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
sequencer.c