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

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Jan 27 13:18:05 UTC 2010


Author: mikehh
Date: Wed Jan 27 13:18:05 2010
New Revision: 43627
URL: https://trac.parrot.org/parrot/changeset/43627

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/src/pmc/coroutine.pmc

Modified: trunk/src/pmc/coroutine.pmc
==============================================================================
--- trunk/src/pmc/coroutine.pmc	Wed Jan 27 12:42:14 2010	(r43626)
+++ trunk/src/pmc/coroutine.pmc	Wed Jan 27 13:18:05 2010	(r43627)
@@ -140,7 +140,7 @@
         opcode_t          *dest;
         PackFile_ByteCode *wanted_seg;
         opcode_t * const   next_op = (opcode_t *)next;
-        
+
         if (Interp_trace_TEST(INTERP, PARROT_TRACE_SUB_CALL_FLAG))
             print_sub_name(INTERP, SELF);
 


More information about the parrot-commits mailing list