Author: util
Date: Fri Dec 19 19:09:21 2008
New Revision: 34128

Modified:
   trunk/languages/perl6/src/parser/actions.pm

Log:
[codingstd] Removed trailing whitespace from action.pm

Modified: trunk/languages/perl6/src/parser/actions.pm
==============================================================================
--- trunk/languages/perl6/src/parser/actions.pm (original)
+++ trunk/languages/perl6/src/parser/actions.pm Fri Dec 19 19:09:21 2008
@@ -27,7 +27,7 @@
 
    # call the unit mainline, passing any arguments, and return
    # the result.  We force a tailcall here because we need a
-   # :load sub (below) to occur last in the generated output, but don't 
+   # :load sub (below) to occur last in the generated output, but don't
    # want it to be treated as the module's return value.
    $main.push(
        PAST::Op.new( :pirop('tailcall'),
@@ -3154,7 +3154,7 @@
         )
     );
 
-    # Put this code in loadinit, so the type is created early enough, 
+    # Put this code in loadinit, so the type is created early enough,
     # then this node results in an empty statement node.
     our $?BLOCK;
     $?BLOCK.loadinit().push($past);

Reply via email to