mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-19 20:00:51 +08: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
|
||||
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…
x
Reference in New Issue
Block a user