Author: chromatic
Date: Sun Apr 1 16:01:06 2007
New Revision: 17937
Modified:
trunk/src/pmc/class.pmc
Log:
Removed trailing space.
Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc (original)
+++ trunk/src/pmc/class.pmc Sun Apr 1 16:01:06 2007
@@ -375,7 +375,7 @@
/* Get name and value. */
STRING *attr_name = VTABLE_shift_string(interp, iter);
PMC *attr_value = VTABLE_get_pmc_keyed_str(interp, args,
attr_name);
-
+
/* Set the attribute. */
VTABLE_set_attr_str(interp, obj, attr_name, attr_value);
}