[svn:parrot] r39245 - trunk/src

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat May 30 00:49:19 UTC 2009


Author: jkeenan
Date: Sat May 30 00:49:18 2009
New Revision: 39245
URL: https://trac.parrot.org/parrot/changeset/39245

Log:
Make file to c_parens coding standard.

Modified:
   trunk/src/oo.c

Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c	Sat May 30 00:27:51 2009	(r39244)
+++ trunk/src/oo.c	Sat May 30 00:49:18 2009	(r39245)
@@ -396,7 +396,7 @@
     if (type > interp->n_vtable_max || type <= 0)
         return PMCNULL;
     else {
-        PMC * const parrot_hll = Parrot_get_namespace_keyed_str(interp, interp->root_namespace, CONST_STRING(interp, "parrot") );
+        PMC * const parrot_hll = Parrot_get_namespace_keyed_str(interp, interp->root_namespace, CONST_STRING(interp, "parrot"));
         PMC * const pmc_ns =
             Parrot_make_namespace_keyed_str(interp, parrot_hll, name);
         PMC * proxy = VTABLE_get_class(interp, pmc_ns);


More information about the parrot-commits mailing list