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

pull/1/head
Bruce Momjian 14 years ago
parent 9f60880207
commit 6ba139dc5a
  1. 4
      src/tools/copyright.pl

@ -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;

Loading…
Cancel
Save