[svn:parrot] r41870 - branches/pcc_reapply/src/call
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu Oct 15 02:55:45 UTC 2009
Author: mikehh
Date: Thu Oct 15 02:55:45 2009
New Revision: 41870
URL: https://trac.parrot.org/parrot/changeset/41870
Log:
fix codetest failure - space after opening parenthesis
Modified:
branches/pcc_reapply/src/call/args.c
Modified: branches/pcc_reapply/src/call/args.c
==============================================================================
--- branches/pcc_reapply/src/call/args.c Thu Oct 15 02:44:11 2009 (r41869)
+++ branches/pcc_reapply/src/call/args.c Thu Oct 15 02:55:45 2009 (r41870)
@@ -1185,7 +1185,7 @@
/* Named argument iteration. */
for (named_arg_index = 0; named_arg_index < named_arg_count; named_arg_index++) {
- STRING *name = VTABLE_get_string_keyed_int( interp,
+ STRING *name = VTABLE_get_string_keyed_int(interp,
named_arg_list, named_arg_index);
if ((PMC_IS_NULL(named_used_list)) ||
More information about the parrot-commits
mailing list