Skip to content

Commit

Permalink
t/gitweb-lib.sh: Use tabs for indent consistently
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Sep 12, 2010
1 parent b5d3450 commit 89d1b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/gitweb-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 89d1b5b

Please sign in to comment.