[svn:parrot] r42013 - branches/auto_libjit/config/auto

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Oct 22 02:11:55 UTC 2009


Author: jkeenan
Date: Thu Oct 22 02:11:55 2009
New Revision: 42013
URL: https://trac.parrot.org/parrot/changeset/42013

Log:
[codingstd] No hard tab characters.

Modified:
   branches/auto_libjit/config/auto/libjit.pm

Modified: branches/auto_libjit/config/auto/libjit.pm
==============================================================================
--- branches/auto_libjit/config/auto/libjit.pm	Thu Oct 22 02:10:15 2009	(r42012)
+++ branches/auto_libjit/config/auto/libjit.pm	Thu Oct 22 02:11:55 2009	(r42013)
@@ -24,8 +24,8 @@
 sub _init {
     my $self = shift;
     my %data = (
-	description => 'Is LibJIT installed',
-	result	    => '',
+        description => 'Is LibJIT installed',
+        result        => '',
     );
     return \%data;
 }


More information about the parrot-commits mailing list