Author: jkeenan
Date: Sat Aug 16 06:40:20 2008
New Revision: 30267
Modified:
trunk/languages/perl6/src/pmc/perl6multisub.pmc
Log:
Eliminate trailing whitespace (2 all-whitespace lines).
Modified: trunk/languages/perl6/src/pmc/perl6multisub.pmc
==============================================================================
--- trunk/languages/perl6/src/pmc/perl6multisub.pmc (original)
+++ trunk/languages/perl6/src/pmc/perl6multisub.pmc Sat Aug 16 06:40:20 2008
@@ -402,7 +402,7 @@
cur_candidate++;
continue;
}
-
+
/* Check if it's admissable by arity. */
if (num_args < (*cur_candidate)->min_arity || num_args >
(*cur_candidate)->max_arity) {
cur_candidate++;
@@ -548,7 +548,7 @@
*/
VTABLE opcode_t *invoke(void *next) {
PMC *found;
-
+
/* Get arguments. */
PMC *args = get_args(interp);