[svn:parrot] r41873 - trunk/compilers/nqp/src/Grammar

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Oct 15 08:29:33 UTC 2009


Author: mikehh
Date: Thu Oct 15 08:29:32 2009
New Revision: 41873
URL: https://trac.parrot.org/parrot/changeset/41873

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/compilers/nqp/src/Grammar/Actions.pir

Modified: trunk/compilers/nqp/src/Grammar/Actions.pir
==============================================================================
--- trunk/compilers/nqp/src/Grammar/Actions.pir	Thu Oct 15 08:23:38 2009	(r41872)
+++ trunk/compilers/nqp/src/Grammar/Actions.pir	Thu Oct 15 08:29:32 2009	(r41873)
@@ -796,16 +796,16 @@
 ##        $past.namespace($<name><ident>);
 ##        $past.blocktype('declaration');
 ##        $past.pirflags(':init :load');
-##        if ($<sym> eq 'class') { 
-##            my $classpast := 
+##        if ($<sym> eq 'class') {
+##            my $classpast :=
 ##                PAST::Op.new(
-##                    PAST::Var.new( :name('P6metaclass'), :scope('package'), 
+##                    PAST::Var.new( :name('P6metaclass'), :scope('package'),
 ##                                   :namespace([]) ),
 ##                    ~$<name>,
 ##                    :pasttype('callmethod'), :name('new_class')
 ##                );
-##            if $<parent> { 
-##                $classpast.push( 
+##            if $<parent> {
+##                $classpast.push(
 ##                    PAST::Val.new( ~$<parent>[0] , :named('parent') )
 ##                );
 ##            }


More information about the parrot-commits mailing list