[svn:parrot] r39313 - trunk/src

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Jun 2 00:45:34 UTC 2009


Author: jkeenan
Date: Tue Jun  2 00:45:33 2009
New Revision: 39313
URL: https://trac.parrot.org/parrot/changeset/39313

Log:
No trailing spaces. GeJ++.

Modified:
   trunk/src/oo.c

Modified: trunk/src/oo.c
==============================================================================
--- trunk/src/oo.c	Mon Jun  1 23:12:00 2009	(r39312)
+++ trunk/src/oo.c	Tue Jun  2 00:45:33 2009	(r39313)
@@ -387,7 +387,7 @@
     else {
         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, 
+            Parrot_make_namespace_keyed_str(interp, parrot_hll,
                 interp->vtables[type]->whoami);
         PMC * proxy = VTABLE_get_class(interp, pmc_ns);
 


More information about the parrot-commits mailing list