As Documentation/CodingGuidelines says, the shell scripts are to use tabs for indentation, but this script uses 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 e0a52a12c4..ab5ecaab7f 100755 --- a/t/t4113-apply-ending.sh +++ b/t/t4113-apply-ending.sh @@ -22,11 +22,11 @@ test_expect_success setup ' echo 'a' >file echo 'b' >>file echo 'c' >>file - 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 'apply at the beginning' ' @@ -44,7 +44,7 @@ test_expect_success 'apply at the beginning' ' b c' git update-index file - test_must_fail git apply --index test-patch + test_must_fail git apply --index test-patch ' test_done -- 2.39.0