Commit 6ba139dc authored by Bruce Momjian's avatar Bruce Momjian

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

parent 9f608802
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment