Skip to content

Commit 89d1b5b

Browse files
jnarebgitster
authored andcommitted
t/gitweb-lib.sh: Use tabs for indent consistently
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b5d3450 commit 89d1b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/gitweb-lib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ if ! test_have_prereq PERL; then
8181
fi
8282

8383
perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || {
84-
skip_all='skipping gitweb tests, perl version is too old'
85-
test_done
84+
skip_all='skipping gitweb tests, perl version is too old'
85+
test_done
8686
}
8787

8888
gitweb_init

0 commit comments

Comments
 (0)