mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
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>
This commit is contained in:
parent
b5d3450c91
commit
89d1b5b8f7
1 changed files with 2 additions and 2 deletions
|
@ -81,8 +81,8 @@ if ! test_have_prereq PERL; then
|
|||
fi
|
||||
|
||||
perl -MEncode -e 'decode_utf8("", Encode::FB_CROAK)' >/dev/null 2>&1 || {
|
||||
skip_all='skipping gitweb tests, perl version is too old'
|
||||
test_done
|
||||
skip_all='skipping gitweb tests, perl version is too old'
|
||||
test_done
|
||||
}
|
||||
|
||||
gitweb_init
|
||||
|
|
Loading…
Reference in a new issue