[svn:parrot] r39142 - trunk/src

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun May 24 04:41:13 UTC 2009


Author: jkeenan
Date: Sun May 24 04:41:13 2009
New Revision: 39142
URL: https://trac.parrot.org/parrot/changeset/39142

Log:
Make file conform to linelength coding standard.

Modified:
   trunk/src/oo.c

Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c	Sun May 24 04:39:25 2009	(r39141)
+++ trunk/src/oo.c	Sun May 24 04:41:13 2009	(r39142)
@@ -396,7 +396,8 @@
             if (ns->vtable->base_type != enum_class_NameSpace) {
                 new_ns = Parrot_make_namespace_keyed_str(interp, hll_ns, name);
             }
-            Parrot_PCCINVOKE(interp, new_ns, Parrot_str_new_constant(interp, "set_class"), "P->", new_class);
+            Parrot_PCCINVOKE(interp,
+                    new_ns, Parrot_str_new_constant(interp, "set_class"), "P->", new_class);
             return new_class;
         }
     }


More information about the parrot-commits mailing list