Author: bernhard
Date: Mon Nov 10 09:45:25 2008
New Revision: 32493

Modified:
   trunk/compilers/pct/src/PAST/Compiler.pir
   trunk/languages/perl6/build/gen_junction_pir.pl
   trunk/languages/perl6/src/classes/Junction.pir
   trunk/languages/perl6/src/classes/List.pir

Log:
[commit] Remove some trailing whitespace


Modified: trunk/compilers/pct/src/PAST/Compiler.pir
==============================================================================
--- trunk/compilers/pct/src/PAST/Compiler.pir   (original)
+++ trunk/compilers/pct/src/PAST/Compiler.pir   Mon Nov 10 09:45:25 2008
@@ -977,7 +977,7 @@
     $I0 = childpast.'arity'()
     unless $I0 > 0 goto have_arglist
     push arglist, exprpost
-  have_arglist:   
+  have_arglist:
     childpost = self.'as_post'(childpast, 'rtype'=>childrtype, 
'arglist'=>arglist)
     goto childpost_coerce
   no_childpast:

Modified: trunk/languages/perl6/build/gen_junction_pir.pl
==============================================================================
--- trunk/languages/perl6/build/gen_junction_pir.pl     (original)
+++ trunk/languages/perl6/build/gen_junction_pir.pl     Mon Nov 10 09:45:25 2008
@@ -36,7 +36,7 @@
             .param pmc y
             .tailcall '!DISPATCH_JUNCTION'('$_', x, y)
         .end
-        
+
         .sub '$_' :multi(_, 'Junction')
             .param pmc x
             .param pmc y

Modified: trunk/languages/perl6/src/classes/Junction.pir
==============================================================================
--- trunk/languages/perl6/src/classes/Junction.pir      (original)
+++ trunk/languages/perl6/src/classes/Junction.pir      Mon Nov 10 09:45:25 2008
@@ -162,7 +162,7 @@
     $P0 = get_hll_global ['Bool'], 'True'
     .return ($P0)
 .end
-    
+
 
 =item !type()
 
@@ -217,7 +217,7 @@
     setattribute junc, '@!eigenstates', eigenstates
     .return (junc)
 .end
-    
+
 .sub '!DISPATCH_JUNCTION'
     .param pmc the_sub
     .param pmc args            :slurpy

Modified: trunk/languages/perl6/src/classes/List.pir
==============================================================================
--- trunk/languages/perl6/src/classes/List.pir  (original)
+++ trunk/languages/perl6/src/classes/List.pir  Mon Nov 10 09:45:25 2008
@@ -626,7 +626,7 @@
     .param pmc values :slurpy
     .return values.'uniq'()
 .end
- 
+
 
 .namespace ['List']
 

Reply via email to