Don't use tabs in Perl scripts, for consistency.

This commit is contained in:
Bruce Momjian 2012-01-01 17:59:44 -05:00
parent 9f60880207
commit 6ba139dc5a
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ sub wanted {
# prevent corruption of git indexes, ./.git
if ($File::Find::name =~ m{^\./\.git$})
{
$File::Find::prune = 1;
return;
$File::Find::prune = 1;
return;
}
return if ! -f $File::Find::name || -l $File::Find::name;