]> git.ipfire.org Git - thirdparty/git.git/commit
t4029: fix test indentation
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 21 May 2018 02:01:39 +0000 (02:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 04:55:48 +0000 (13:55 +0900)
commit7022ba336d60be26c6008dcc6b11987677c133db
treefac6877dbb54bcfccaa52b7f58514c239d4d0090
parent10c636a79a3786a5089b345032afe4bc23865a97
t4029: fix test indentation

We typically indent our tests with a single tab, partially so that we
can take advantage of indented heredocs.  Make this change and move the
quote marks to be in the typical position for our tests.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4029-diff-trailing-space.sh