Author: bernhard Date: Fri Jan 16 02:23:16 2009 New Revision: 35617 Modified: trunk/src/pmc/object.pmc
Log: [codingstd] tabs.t Modified: trunk/src/pmc/object.pmc ============================================================================== --- trunk/src/pmc/object.pmc (original) +++ trunk/src/pmc/object.pmc Fri Jan 16 02:23:16 2009 @@ -848,7 +848,7 @@ */ VTABLE void morph(INTVAL type) { - PMC * const classobj = VTABLE_get_class(interp, SELF); + PMC * const classobj = VTABLE_get_class(interp, SELF); STRING * meth_name = CONST_STRING(interp, "morph"); /* If there's a vtable override for 'morph' run that instead. */ PMC * const method = Parrot_oo_find_vtable_override(interp,