From: Stefan Behnel Date: Tue, 13 May 2008 18:06:25 +0000 (+0200) Subject: cleanup X-Git-Tag: 0.9.8rc1~37^2~88 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=138f21b3f3b7836e8d983f54d6b3e7011303aac4;p=cython.git cleanup --- diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 04e77104..e509ea49 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -237,6 +237,7 @@ class BlockNode: code.putln("") for entry in entries: code.put_var_declaration(entry, static = 1) + code.putln("") for entry in entries: code.putln( "static PyObject *%s;" % entry.pystring_cname)