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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Aug 15 03:25:20 UTC 2010


Author: mikehh
Date: Sun Aug 15 03:25:18 2010
New Revision: 48502
URL: https://trac.parrot.org/parrot/changeset/48502

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/src/pmc/class.pmc

Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc	Sun Aug 15 02:38:57 2010	(r48501)
+++ trunk/src/pmc/class.pmc	Sun Aug 15 03:25:18 2010	(r48502)
@@ -311,7 +311,7 @@
     _class->attrib_index = attrib_index;
     _class->attrib_cache = cache;
 }
- 
+
 /*
 
 =item C<static void init_class_from_hash(PARROT_INTERP, PMC *self, PMC *info)>


More information about the parrot-commits mailing list