Skip to content

Commit 6ba139d

Browse files
committed
Don't use tabs in Perl scripts, for consistency.
1 parent 9f60880 commit 6ba139d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/copyright.pl

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ sub wanted {
2626
# prevent corruption of git indexes, ./.git
2727
if ($File::Find::name =~ m{^\./\.git$})
2828
{
29-
$File::Find::prune = 1;
30-
return;
29+
$File::Find::prune = 1;
30+
return;
3131
}
3232

3333
return if ! -f $File::Find::name || -l $File::Find::name;

0 commit comments

Comments
 (0)