[svn:parrot] r47128 - trunk/src
cotto at svn.parrot.org
cotto at svn.parrot.org
Sun May 30 05:23:24 UTC 2010
Author: cotto
Date: Sun May 30 05:23:23 2010
New Revision: 47128
URL: https://trac.parrot.org/parrot/changeset/47128
Log:
[codingstd] trailing space fix, gej++ for noticing
Modified:
trunk/src/exceptions.c
Modified: trunk/src/exceptions.c
==============================================================================
--- trunk/src/exceptions.c Sun May 30 04:11:04 2010 (r47127)
+++ trunk/src/exceptions.c Sun May 30 05:23:23 2010 (r47128)
@@ -210,7 +210,7 @@
/* Note the thrower. */
VTABLE_set_attr_str(interp, exception, CONST_STRING(interp, "thrower"), CURRENT_CONTEXT(interp));
-
+
/* Locate the handler, if there is one. */
handler = Parrot_cx_find_handler_local(interp, exception);
if (PMC_IS_NULL(handler)) {
More information about the parrot-commits
mailing list