[svn:parrot] r43149 - branches/context_unify3/src/call

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Dec 19 01:24:47 UTC 2009


Author: jkeenan
Date: Sat Dec 19 01:24:45 2009
New Revision: 43149
URL: https://trac.parrot.org/parrot/changeset/43149

Log:
[codingstd] No trailing spaces.

Modified:
   branches/context_unify3/src/call/context.c

Modified: branches/context_unify3/src/call/context.c
==============================================================================
--- branches/context_unify3/src/call/context.c	Fri Dec 18 22:16:52 2009	(r43148)
+++ branches/context_unify3/src/call/context.c	Sat Dec 19 01:24:45 2009	(r43149)
@@ -308,7 +308,7 @@
 
     PARROT_ASSERT(!PMC_IS_NULL(pmcctx) || !"Can't initialise Null CallContext");
 
-    /* 
+    /*
      * FIXME Invoking corotine shouldn't initialise context. So just
      * check ctx->current_sub. If it's not null return from here
      */
@@ -581,7 +581,7 @@
 =item C<PMC * Parrot_pcc_allocate_empty_context(PARROT_INTERP, PMC *old)>
 
 Allocates and returns a new context.  Does not set this new context as the
-current context. 
+current context.
 
 =cut
 


More information about the parrot-commits mailing list