Author: infinoid
Date: Wed Dec 10 11:03:04 2008
New Revision: 33773
Modified:
trunk/languages/perl6/src/builtins/assign.pir
Log:
[cage] Fix trailing whitespace.
Modified: trunk/languages/perl6/src/builtins/assign.pir
==============================================================================
--- trunk/languages/perl6/src/builtins/assign.pir (original)
+++ trunk/languages/perl6/src/builtins/assign.pir Wed Dec 10 11:03:04 2008
@@ -334,10 +334,10 @@
$P0 = new 'ObjectRef', $P0
push result, $P0
goto loop
-
- loop_end:
+
+ loop_end:
.return (result)
-
+
incompatible:
'die'("Non-dwimmy hyperoperator cannot be used on arrays of different
sizes or dimensions.")
.end