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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Oct 3 00:52:09 UTC 2010


Author: mikehh
Date: Sun Oct  3 00:52:09 2010
New Revision: 49427
URL: https://trac.parrot.org/parrot/changeset/49427

Log:
remove hard tabs

Modified:
   trunk/config/auto/infnan.pm

Modified: trunk/config/auto/infnan.pm
==============================================================================
--- trunk/config/auto/infnan.pm	Sun Oct  3 00:46:35 2010	(r49426)
+++ trunk/config/auto/infnan.pm	Sun Oct  3 00:52:09 2010	(r49427)
@@ -48,8 +48,8 @@
         $self->set_result('yes');
     }
     else {
-	$conf->data->set( HAS_INF_NAN => 0 );
-	$self->set_result('no');
+        $conf->data->set( HAS_INF_NAN => 0 );
+        $self->set_result('no');
     }
 
     return 1;


More information about the parrot-commits mailing list