Author: bernhard
Date: Thu Nov 27 09:12:05 2008
New Revision: 33265

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

Log:
[codingstd] remove trailing space


Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir   (original)
+++ trunk/compilers/pct/src/PAST/Compiler.pir   Thu Nov 27 09:12:05 2008
@@ -481,7 +481,7 @@
     $S0 = options['rtype']
     .tailcall self.'coerce'($P0, $S0)
 .end
-    
+
 .sub 'as_post' :method :multi(_, Float)
     .param pmc node
     .param pmc options         :slurpy :named
@@ -490,7 +490,7 @@
     $S0 = options['rtype']
     .tailcall self.'coerce'($P0, $S0)
 .end
-    
+
 .sub 'as_post' :method :multi(_, String)
     .param pmc node
     .param pmc options         :slurpy :named

Reply via email to