t6006: clean up whitespace
commit2581ad5e85f6443b0d2cf6898793662aec47ef10
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Dec 2012 22:56:23 +0000 (17 17:56 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Dec 2012 01:28:19 +0000 (17 17:28 -0800)
tree3e66c578d1fd79b134fb92123ec45e05c6eb36cf
parentbdd478d620034dc6517aea940f5dc6b88f780c04
t6006: clean up whitespace

The test_format function did not indent its in-line test
script in an attempt to make the output of the test look
better. But it does not make a big difference to the output,
and the source looks quite ugly. Let's use our normal
indenting instead.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6006-rev-list-format.sh