[svn:parrot] r37639 - trunk/src/pmc
cotto at svn.parrot.org
cotto at svn.parrot.org
Sun Mar 22 05:19:31 UTC 2009
Author: cotto
Date: Sun Mar 22 05:19:30 2009
New Revision: 37639
URL: https://trac.parrot.org/parrot/changeset/37639
Log:
[codingstd] trailing space fix
Modified:
trunk/src/pmc/fixedintegerarray.pmc
Modified: trunk/src/pmc/fixedintegerarray.pmc
==============================================================================
--- trunk/src/pmc/fixedintegerarray.pmc Sun Mar 22 05:19:02 2009 (r37638)
+++ trunk/src/pmc/fixedintegerarray.pmc Sun Mar 22 05:19:30 2009 (r37639)
@@ -571,7 +571,6 @@
*/
-
VTABLE PMC *get_iter() {
STRING *name = CONST_STRING(interp, "set_key");
PMC * const iter = pmc_new_init(INTERP, enum_class_Iterator, SELF);
More information about the parrot-commits
mailing list