[svn:parrot] r40020 - branches/darwin2hints/lib/Parrot

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Jul 12 16:40:50 UTC 2009


Author: jkeenan
Date: Sun Jul 12 16:40:48 2009
New Revision: 40020
URL: https://trac.parrot.org/parrot/changeset/40020

Log:
Correcting some hard tabs (coding standard error) inherited when branch was
created from trunk.

Modified:
   branches/darwin2hints/lib/Parrot/Test.pm

Modified: branches/darwin2hints/lib/Parrot/Test.pm
==============================================================================
--- branches/darwin2hints/lib/Parrot/Test.pm	Sun Jul 12 15:58:43 2009	(r40019)
+++ branches/darwin2hints/lib/Parrot/Test.pm	Sun Jul 12 16:40:48 2009	(r40020)
@@ -963,8 +963,8 @@
                       "$PConfig{link} "
                     . "$PConfig{ld_out}$exe_f "
                     . "$obj_f $cfg "
-		    . "$PConfig{libparrot_linkflags} "
-		    . "$PConfig{linkflags} $PConfig{ld_debug} "
+                    . "$PConfig{libparrot_linkflags} "
+                    . "$PConfig{linkflags} $PConfig{ld_debug} "
                     . "$iculibs $PConfig{libs}";
                 my $exit_code = run_command(
                     $cmd,


More information about the parrot-commits mailing list