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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Sep 13 02:24:43 UTC 2009


Author: jkeenan
Date: Sun Sep 13 02:24:40 2009
New Revision: 41245
URL: https://trac.parrot.org/parrot/changeset/41245

Log:
Correct codingstd error:  space between C function and opening parenthesis.

Modified:
   trunk/src/pmc/coroutine.pmc

Modified: trunk/src/pmc/coroutine.pmc
==============================================================================
--- trunk/src/pmc/coroutine.pmc	Sun Sep 13 01:05:35 2009	(r41244)
+++ trunk/src/pmc/coroutine.pmc	Sun Sep 13 02:24:40 2009	(r41245)
@@ -119,7 +119,7 @@
 
 */
 
-    VTABLE void increment () {
+    VTABLE void increment() {
         SET_ATTR_yield(INTERP, SELF, 1);
     }
 


More information about the parrot-commits mailing list