[svn:parrot] r49409 - trunk/config/auto
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Sat Oct 2 16:02:15 UTC 2010
Author: mikehh
Date: Sat Oct 2 16:02:14 2010
New Revision: 49409
URL: https://trac.parrot.org/parrot/changeset/49409
Log:
replace hard tabs
Modified:
trunk/config/auto/stat.pm
Modified: trunk/config/auto/stat.pm
==============================================================================
--- trunk/config/auto/stat.pm Sat Oct 2 15:56:37 2010 (r49408)
+++ trunk/config/auto/stat.pm Sat Oct 2 16:02:14 2010 (r49409)
@@ -38,8 +38,8 @@
if (!$@) {
my $output = eval { $conf->cc_run() };
if (!$@ && $output =~ /OK/) {
- $bsd_stat = 1;
- }
+ $bsd_stat = 1;
+ }
}
$conf->cc_clean();
@@ -48,8 +48,8 @@
$self->set_result('bsd');
}
else {
- $conf->data->set( HAS_BSD_STAT_EXTN => 0 );
- $self->set_result('posix');
+ $conf->data->set( HAS_BSD_STAT_EXTN => 0 );
+ $self->set_result('posix');
}
return 1;
More information about the parrot-commits
mailing list