Author: cotto Date: Thu Jan 22 02:47:42 2009 New Revision: 35877 Modified: trunk/src/global.c
Log: [codingstd] add space after comma Modified: trunk/src/global.c ============================================================================== --- trunk/src/global.c (original) +++ trunk/src/global.c Thu Jan 22 02:47:42 2009 @@ -781,7 +781,7 @@ /* If we have a String, do a string lookup */ else if (nsname->vtable->base_type == enum_class_String) return Parrot_make_namespace_keyed_str(interp, nsroot, - VTABLE_get_string(interp,nsname)); + VTABLE_get_string(interp, nsname)); /* Otherwise, do a PMC lookup */ else return Parrot_make_namespace_keyed(interp, nsroot, nsname);