[pypy-commit] pypy stacklet: Kill empty line.

arigo noreply at buildbot.pypy.org
Mon Aug 8 17:08:42 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: stacklet
Changeset: r46368:4ea89de467f1
Date: 2011-08-08 15:21 +0200
http://bitbucket.org/pypy/pypy/changeset/4ea89de467f1/

Log:	Kill empty line.

diff --git a/pypy/translator/c/src/stacklet/stacklet.c b/pypy/translator/c/src/stacklet/stacklet.c
--- a/pypy/translator/c/src/stacklet/stacklet.c
+++ b/pypy/translator/c/src/stacklet/stacklet.c
@@ -155,7 +155,6 @@
             g_save(current, current->stack_stop
 #ifdef DEBUG_DUMP
                    , 1
-               
 #endif
                    );
         }


More information about the pypy-commit mailing list