mirror of
https://github.com/postgres/postgres.git
synced 2025-04-20 00:42:27 +03:00
Don't use tabs in Perl scripts, for consistency.
This commit is contained in:
parent
9f60880207
commit
6ba139dc5a
@ -26,8 +26,8 @@ sub wanted {
|
|||||||
# prevent corruption of git indexes, ./.git
|
# prevent corruption of git indexes, ./.git
|
||||||
if ($File::Find::name =~ m{^\./\.git$})
|
if ($File::Find::name =~ m{^\./\.git$})
|
||||||
{
|
{
|
||||||
$File::Find::prune = 1;
|
$File::Find::prune = 1;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
return if ! -f $File::Find::name || -l $File::Find::name;
|
return if ! -f $File::Find::name || -l $File::Find::name;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user