[svn:parrot] r42154 - trunk/compilers/pct/src/PAST

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Oct 28 06:55:44 UTC 2009


Author: mikehh
Date: Wed Oct 28 06:55:37 2009
New Revision: 42154
URL: https://trac.parrot.org/parrot/changeset/42154

Log:
fix codetest failure - trailing spaces

Modified:
   trunk/compilers/pct/src/PAST/Compiler.pir

Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir	Wed Oct 28 03:35:56 2009	(r42153)
+++ trunk/compilers/pct/src/PAST/Compiler.pir	Wed Oct 28 06:55:37 2009	(r42154)
@@ -2180,9 +2180,9 @@
 
 .sub 'contextual' :method :multi(_, ['PAST';'Var'])
     .param pmc node
-    .param pmc bindpost 
+    .param pmc bindpost
     # If we've requested a contextual in a block that
-    # explicitly declares the variable as a different type, 
+    # explicitly declares the variable as a different type,
     # treat it as that type.
     .local string name
     name = node.'name'()


More information about the parrot-commits mailing list