t7508: fix a broken indentation
[gitweb.git] / t / t7508-status.sh
index fb00e6d9b07f4cc6f478bb532749403017599400..b5860fcb8b40bad1a368ca3c7e320cb8e82f5da5 100755 (executable)
@@ -1494,7 +1494,7 @@ EOF
 test_expect_success 'git commit -m will commit a staged but ignored submodule' '
        git commit -uno -m message &&
        git status -s --ignore-submodules=dirty >output &&
-        test_i18ngrep ! "^M. sm" output &&
+       test_i18ngrep ! "^M. sm" output &&
        git config --remove-section submodule.subname &&
        git config -f .gitmodules  --remove-section submodule.subname
 '