[svn:parrot] r48983 - trunk/src
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Mon Sep 13 20:58:55 UTC 2010
Author: mikehh
Date: Mon Sep 13 20:58:55 2010
New Revision: 48983
URL: https://trac.parrot.org/parrot/changeset/48983
Log:
fix codetest failure - trailing whitespace
Modified:
trunk/src/oo.c
Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c Mon Sep 13 20:50:02 2010 (r48982)
+++ trunk/src/oo.c Mon Sep 13 20:58:55 2010 (r48983)
@@ -261,8 +261,8 @@
|| base_type == enum_class_String)
type = Parrot_pmc_get_type(interp, key);
else
- type = Parrot_pmc_get_type_str(interp, VTABLE_get_string(interp, key));
-
+ type = Parrot_pmc_get_type_str(interp, VTABLE_get_string(interp, key));
+
classobj = get_pmc_proxy(interp, type);
}
More information about the parrot-commits
mailing list