[svn:parrot] r36098 - trunk/languages/perl6/src/parser
[email protected] Wed, 28 Jan 2009 08:42:03 -0800 (PST)
| Newsgroups | perl.cvs.parrot |
|---|---|
| Message-ID | <[email protected]> |
Author: infinoid
Date: Wed Jan 28 08:42:03 2009
New Revision: 36098
Modified:
trunk/languages/perl6/src/parser/actions.pm
Log:
[cage] Trailing whitespace fix.
Modified: trunk/languages/perl6/src/parser/actions.pm
==============================================================================
--- trunk/languages/perl6/src/parser/actions.pm (original)
+++ trunk/languages/perl6/src/parser/actions.pm Wed Jan 28 08:42:03 2009
@@ -592,7 +592,7 @@
if $/.type_redaclaration() {
$/.panic("Re-declaration of type " ~ $name);
}
-
+
# Get a mapping of all the names we will introduce with this enumeration to their
# values. We'll compute these at compile time, so then we can build as much of the
# enum as possible as PAST at compile time too. Note that means that, like a