Detabify manicheck
Jesse Vincent [Fri, 18 Dec 2009 18:45:07 +0000 (13:45 -0500)]
Porting/manicheck

index 9fff861..2620943 100644 (file)
@@ -19,8 +19,8 @@ find {
     wanted => sub {
         my $x = $File::Find::name; $x =~ s/^..//;
         return if -d;
-       return if $_ eq '.gitignore';
-       return if $x =~ /^\.git\b/;
+        return if $_ eq '.gitignore';
+        return if $x =~ /^\.git\b/;
         print "$File::Find::name not in MANIFEST\n" if !$files{$x};
     },
 }, ".";