[svn:parrot] r41682 - branches/pcc_reapply/src/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sun Oct 4 11:47:26 UTC 2009


Author: mikehh
Date: Sun Oct  4 11:47:25 2009
New Revision: 41682
URL: https://trac.parrot.org/parrot/changeset/41682

Log:
codetest failure - trailing spaces

Modified:
   branches/pcc_reapply/src/pmc/callsignature.pmc

Modified: branches/pcc_reapply/src/pmc/callsignature.pmc
==============================================================================
--- branches/pcc_reapply/src/pmc/callsignature.pmc	Sun Oct  4 11:07:09 2009	(r41681)
+++ branches/pcc_reapply/src/pmc/callsignature.pmc	Sun Oct  4 11:47:25 2009	(r41682)
@@ -229,7 +229,7 @@
     VTABLE void mark() {
         Parrot_CallSignature_attributes * const attrs = PARROT_CALLSIGNATURE(SELF);
 
-        if (!attrs) 
+        if (!attrs)
             return;
 
         Parrot_gc_mark_PMC_alive(interp, attrs->returns);


More information about the parrot-commits mailing list