Skip to content

Commit

Permalink
[codingstd] Removed trailing whitespace from action.pm
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@34128 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
util committed Dec 20, 2008
1 parent e2751bc commit 53e8353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions languages/perl6/src/parser/actions.pm
Expand Up @@ -27,7 +27,7 @@ method TOP($/) {

# 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'),
Expand Down Expand Up @@ -3154,7 +3154,7 @@ method type_declarator($/) {
)
);

# 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);
Expand Down

0 comments on commit 53e8353

Please sign in to comment.