1
0
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:
Bruce Momjian 2012-01-01 17:59:44 -05:00
parent 9f60880207
commit 6ba139dc5a

View File

@ -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;