Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c700110

Browse files
committed
Added a missing newline Output().
1 parent ab16c35 commit c700110

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/bgen/bgen/bgenObjectDefinition.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def outputCheckNewArg(self):
117117
"Override this method to apply additional checks/conversions"
118118

119119
def outputConvert(self):
120+
Output()
120121
Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix,
121122
self.itselftype)
122123
OutLbrace()

0 commit comments

Comments
 (0)