From 0aada49412f568fb42490870c3050151e5ce9e5f Mon Sep 17 00:00:00 2001 From: Mark Lodato Date: Sun, 4 Oct 2009 20:02:03 -0400 Subject: [PATCH] freeze: remove blank lines from beginning and end --- bin/cython_freeze | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cython_freeze b/bin/cython_freeze index b9441e4e..1bb582ad 100755 --- a/bin/cython_freeze +++ b/bin/cython_freeze @@ -34,7 +34,7 @@ def format_modname(name): modules = [format_modname(x) for x in args] -print """ +print """\ #include #include #include @@ -86,4 +86,4 @@ int wmain(int argc, wchar_t **argv) { Py_Finalize(); return r; } -""" % {'main' : modules[0]} +""" % {'main' : modules[0]}, -- 2.26.2