Skip to content
Snippets Groups Projects
Commit 6ba139dc authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent 9f608802
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment