[svn:parrot] r49428 - trunk/config/auto
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sun Oct 3 00:56:09 UTC 2010
Author: mikehh
Date: Sun Oct 3 00:56:09 2010
New Revision: 49428
URL: https://trac.parrot.org/parrot/changeset/49428
Log:
remove more hard tabs (missed two)
Modified:
trunk/config/auto/infnan.pm
Modified: trunk/config/auto/infnan.pm
==============================================================================
--- trunk/config/auto/infnan.pm Sun Oct 3 00:52:09 2010 (r49427)
+++ trunk/config/auto/infnan.pm Sun Oct 3 00:56:09 2010 (r49428)
@@ -38,8 +38,8 @@
if (!$@) {
my $output = eval { $conf->cc_run() };
if (!$@ && $output =~ /OK/) {
- $infnan = 1;
- }
+ $infnan = 1;
+ }
}
$conf->cc_clean();
More information about the parrot-commits
mailing list