2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

- Added a new line after the end of the "_main.cpp" files in multiple mode

[SVN r18188]
This commit is contained in:
Bruno da Silva de Oliveira
2003-04-05 18:11:44 +00:00
parent 8d2f012bcf
commit 44b886bb76

View File

@@ -99,7 +99,7 @@ class MultipleCodeUnit(object):
for function in self.functions:
fout.write(indent)
fout.write('%s();\n' % function)
fout.write('}')
fout.write('}\n')