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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Sep 30 14:48:09 UTC 2009


Author: mikehh
Date: Wed Sep 30 14:48:08 2009
New Revision: 41579
URL: https://trac.parrot.org/parrot/changeset/41579

Log:
codetest failure - no trailing whitespace

Modified:
   trunk/src/pmc/hashiteratorkey.pmc

Modified: trunk/src/pmc/hashiteratorkey.pmc
==============================================================================
--- trunk/src/pmc/hashiteratorkey.pmc	Wed Sep 30 14:45:23 2009	(r41578)
+++ trunk/src/pmc/hashiteratorkey.pmc	Wed Sep 30 14:48:08 2009	(r41579)
@@ -35,7 +35,7 @@
     VTABLE PMC* get_pmc() {
         Parrot_HashIteratorKey_attributes *attrs =
                 PARROT_HASHITERATORKEY(SELF);
-        
+
         /* TT#1080 & TT#1081 Wallpapering problem with NULL attributes */
         if (!attrs->parrot_hash || !attrs->bucket)
             return PMCNULL;


More information about the parrot-commits mailing list