[svn:parrot] r37874 - trunk/compilers/imcc
Infinoid at svn.parrot.org
Infinoid at svn.parrot.org
Thu Apr 2 20:16:32 UTC 2009
Author: Infinoid
Date: Thu Apr 2 20:16:32 2009
New Revision: 37874
URL: https://trac.parrot.org/parrot/changeset/37874
Log:
[cage] Fix some trailing whitespace.
Modified:
trunk/compilers/imcc/parser_util.c
Modified: trunk/compilers/imcc/parser_util.c
==============================================================================
--- trunk/compilers/imcc/parser_util.c Thu Apr 2 19:52:09 2009 (r37873)
+++ trunk/compilers/imcc/parser_util.c Thu Apr 2 20:16:32 2009 (r37874)
@@ -859,7 +859,7 @@
ASSERT_ARGS(imcc_compile_pir_ex)
STRING *error_message;
PMC *sub;
-
+
/* We need to clear the current_results from the current context. This is
* in order to prevent any RetContinuations that get promoted to full
* Continuations (this happens when something is the target of a :outer)
More information about the parrot-commits
mailing list