[svn:parrot] r35877 - trunk/src

[email protected] Thu, 22 Jan 2009 02:47:47 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
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);