Author: pmichaud
Date: Tue May 6 16:47:57 2008
New Revision: 27364
Modified:
trunk/languages/perl6/src/parser/actions.pm
Log:
[rakudo]:
* Fix trailing whitespace coding error.
Modified: trunk/languages/perl6/src/parser/actions.pm
==============================================================================
--- trunk/languages/perl6/src/parser/actions.pm (original)
+++ trunk/languages/perl6/src/parser/actions.pm Tue May 6 16:47:57 2008
@@ -1369,7 +1369,7 @@
# Routine?
elsif $<scoped><routine_declarator> {
$past := $( $<scoped> );
-
+
# What declarator?
if $declarator eq 'our' {
# Default, nothing to do.