]> granicus.if.org Git - postgresql/commitdiff
Don't use tabs in Perl scripts, for consistency.
authorBruce Momjian <bruce@momjian.us>
Sun, 1 Jan 2012 22:59:44 +0000 (17:59 -0500)
committerBruce Momjian <bruce@momjian.us>
Sun, 1 Jan 2012 22:59:44 +0000 (17:59 -0500)
src/tools/copyright.pl

index 9c591e8fb1d4e5b88d33b5c5b66589bfa736bd37..705edaf3ee135759950e23e2b59ff3dad972b1e3 100755 (executable)
@@ -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;