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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Sep 2 07:29:43 UTC 2009


Author: mikehh
Date: Wed Sep  2 07:29:37 2009
New Revision: 40918
URL: https://trac.parrot.org/parrot/changeset/40918

Log:
fix codetest failure - no trailing spaces

Modified:
   trunk/src/pmc/string.pmc

Modified: trunk/src/pmc/string.pmc
==============================================================================
--- trunk/src/pmc/string.pmc	Tue Sep  1 23:32:54 2009	(r40917)
+++ trunk/src/pmc/string.pmc	Wed Sep  2 07:29:37 2009	(r40918)
@@ -676,7 +676,7 @@
         Parrot_str_replace(INTERP, s, pos, 1, c, NULL);
         VTABLE_set_string_native(INTERP, SELF, s);
     }
-    
+
     VTABLE void set_pmc_keyed(PMC *key, PMC *value) {
         SELF.set_pmc_keyed_int(VTABLE_get_integer(INTERP, key), value);
     }


More information about the parrot-commits mailing list