Commit 0aada494 authored by Mark Lodato's avatar Mark Lodato

freeze: remove blank lines from beginning and end

parent 162043e3
...@@ -34,7 +34,7 @@ def format_modname(name): ...@@ -34,7 +34,7 @@ def format_modname(name):
modules = [format_modname(x) for x in args] modules = [format_modname(x) for x in args]
print """ print """\
#include <Python.h> #include <Python.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
...@@ -86,4 +86,4 @@ int wmain(int argc, wchar_t **argv) { ...@@ -86,4 +86,4 @@ int wmain(int argc, wchar_t **argv) {
Py_Finalize(); Py_Finalize();
return r; return r;
} }
""" % {'main' : modules[0]} """ % {'main' : modules[0]},
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment