Author: jkeenan
Date: Sat Jul 26 10:19:08 2008
New Revision: 29763
Modified:
branches/parallel/config/gen/makefiles.pm
branches/parallel/lib/Parrot/Configure/Test.pm
Log:
Eliminate trailing white space in several locations.
Modified: branches/parallel/config/gen/makefiles.pm
==============================================================================
--- branches/parallel/config/gen/makefiles.pm (original)
+++ branches/parallel/config/gen/makefiles.pm Sat Jul 26 10:19:08 2008
@@ -28,7 +28,7 @@
$data{result} = q{};
$data{makefiles} = {
'Makefile' => { SOURCE => 'config/gen/makefiles/root.in' },
-
+
'ext/Makefile' => {
SOURCE => 'config/gen/makefiles/ext.in',
commentType => '#',
@@ -40,7 +40,7 @@
replace_slashes => 0,
conditioned_lines => 1,
},
-
+
'compilers/nqp/Makefile' =>
{ SOURCE => 'config/gen/makefiles/nqp.in' },
'compilers/pct/Makefile' =>
@@ -61,7 +61,7 @@
{ SOURCE => 'config/gen/makefiles/dynoplibs.in' },
'editor/Makefile' =>
{ SOURCE => 'config/gen/makefiles/editor.in' },
-
+
'tools/build/dynpmc.pl' => {
SOURCE => 'config/gen/makefiles/dynpmc_pl.in',
comment_type => '#',
Modified: branches/parallel/lib/Parrot/Configure/Test.pm
==============================================================================
--- branches/parallel/lib/Parrot/Configure/Test.pm (original)
+++ branches/parallel/lib/Parrot/Configure/Test.pm Sat Jul 26 10:19:08 2008
@@ -47,11 +47,11 @@
my $args = shift;
$conf->add_steps(q{init::defaults});
$conf->options->set( %{$args} );
-
+
my ( $task, $step_name, $step );
$task = $conf->steps->[ -1 ];
$step_name = $task->step;
-
+
$step = $step_name->new();
ok( defined $step, "$step_name constructor returned defined value" );
isa_ok( $step, $step_name );