[svn:parrot] r36727 - trunk/tools/dev

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sat Feb 14 13:32:05 UTC 2009


Author: fperrad
Date: Sat Feb 14 13:32:04 2009
New Revision: 36727
URL: https://trac.parrot.org/parrot/changeset/36727

Log:
[codingstd] remove hard tabs

Modified:
   trunk/tools/dev/install_dev_files.pl
   trunk/tools/dev/install_files.pl

Modified: trunk/tools/dev/install_dev_files.pl
==============================================================================
--- trunk/tools/dev/install_dev_files.pl	Sat Feb 14 13:15:12 2009	(r36726)
+++ trunk/tools/dev/install_dev_files.pl	Sat Feb 14 13:32:04 2009	(r36727)
@@ -142,7 +142,7 @@
         $dest = File::Spec->catdir( $options{libdir}, $parrotdir, "tools", "dev", basename($dest) );
     }
     elsif ( /^compilers/ ) {
-	$dest =~ s/^compilers/languages/;
+        $dest =~ s/^compilers/languages/;
         $dest = File::Spec->catdir( $options{libdir}, $parrotdir, $dest );
     }
     else {

Modified: trunk/tools/dev/install_files.pl
==============================================================================
--- trunk/tools/dev/install_files.pl	Sat Feb 14 13:15:12 2009	(r36726)
+++ trunk/tools/dev/install_files.pl	Sat Feb 14 13:32:04 2009	(r36727)
@@ -180,7 +180,7 @@
     $meta{$_} = 1 for ( keys %meta );          # Laziness
 
     if ( /^runtime/ ) {
-	 # have to catch this case early.
+         # have to catch this case early.
         $dest =~ s/^runtime\/parrot\///;
         $dest = File::Spec->catdir( $options{libdir}, $parrotdir, $dest );
     }


More information about the parrot-commits mailing list