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:
@@ -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')
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user