[svn:parrot] r40785 - trunk/src/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Aug 25 14:53:12 UTC 2009


Author: mikehh
Date: Tue Aug 25 14:53:11 2009
New Revision: 40785
URL: https://trac.parrot.org/parrot/changeset/40785

Log:
codetest failure - fix tab in src/pmc/class.pmc

Modified:
   trunk/src/pmc/class.pmc

Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc	Tue Aug 25 13:54:01 2009	(r40784)
+++ trunk/src/pmc/class.pmc	Tue Aug 25 14:53:11 2009	(r40785)
@@ -1230,7 +1230,7 @@
         /* Initialize the object's underlying structure, pointing it to this
          * class. */
         /* TODO: this has been changed in order to use auto_attrs in the
-	 * Object PMC. Needs to be redone in a cleaner way. */
+         * Object PMC. Needs to be redone in a cleaner way. */
         {
             Parrot_Object_attributes * const objattr =
                     (Parrot_Object_attributes *)PMC_data(object);


More information about the parrot-commits mailing list