[svn:parrot] r49379 - trunk/config/auto

plobsing at svn.parrot.org plobsing at svn.parrot.org
Wed Sep 29 05:32:32 UTC 2010


Author: plobsing
Date: Wed Sep 29 05:32:32 2010
New Revision: 49379
URL: https://trac.parrot.org/parrot/changeset/49379

Log:
[codingstd] tabs

Modified:
   trunk/config/auto/timespec.pm

Modified: trunk/config/auto/timespec.pm
==============================================================================
--- trunk/config/auto/timespec.pm	Wed Sep 29 05:00:01 2010	(r49378)
+++ trunk/config/auto/timespec.pm	Wed Sep 29 05:32:32 2010	(r49379)
@@ -34,12 +34,12 @@
     $conf->cc_gen('config/auto/timespec/test_c.in');
     eval { $conf->cc_build(); };
     if ($@) {
-	$conf->data->set( HAS_TIMESPEC => 0 );
-	$self->set_result('no');
+        $conf->data->set( HAS_TIMESPEC => 0 );
+        $self->set_result('no');
     }
     else {
-	$conf->data->set( HAS_TIMESPEC => 1 );
-	$self->set_result('yes');
+        $conf->data->set( HAS_TIMESPEC => 1 );
+        $self->set_result('yes');
     }
     $conf->cc_clean();
 


More information about the parrot-commits mailing list