t4113-apply-ending.sh used 4-column indent with space,fix it in use tabs for indentation. Signed-off-by: Shuqi Liang <cheskaqiqi@xxxxxxxxx> --- t/t4113-apply-ending.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/t4113-apply-ending.sh b/t/t4113-apply-ending.sh index d5b15e97d3..9e28c72355 100755 --- a/t/t4113-apply-ending.sh +++ b/t/t4113-apply-ending.sh @@ -23,11 +23,11 @@ echo 'b' >>file echo 'c' >>file test_expect_success setup ' - git update-index --add file + git update-index --add file ' test_expect_success 'apply at the end' ' - test_must_fail git apply --index test-patch + test_must_fail git apply --index test-patch ' test_expect_success 'setup for apply at the beginning' ' @@ -48,7 +48,7 @@ test_expect_success 'setup for apply at the beginning' ' ' test_expect_success 'apply at the beginning' ' - test_must_fail git apply --index test-patch + test_must_fail git apply --index test-patch ' test_done -- 2.39.0