avoid whitespace on empty line in automatic usage message
commit44d86e910d61dab4f059d86705599bbb2747b10f
authorJeff King <peff@peff.net>
Sat, 14 Jun 2008 07:27:21 +0000 (14 03:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Jun 2008 18:39:16 +0000 (14 11:39 -0700)
tree177b3233ec2c4f1629d421201b650cf5a6059f96
parent74f16b0c6fece88f585f9556fa1d3a7406e7a42e
avoid whitespace on empty line in automatic usage message

When outputting a usage message with a blank line in the
header, we would output a line with four spaces. Make this
truly a blank line.

This helps us remove trailing whitespace from a test vector.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parse-options.c
t/t1502-rev-parse-parseopt.sh