Skip to content

Commit

Permalink
Added a missing newline Output().
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjansen committed Jun 23, 2005
1 parent ab16c35 commit c700110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/bgen/bgen/bgenObjectDefinition.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def outputCheckNewArg(self):
"Override this method to apply additional checks/conversions"

def outputConvert(self):
Output()
Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix,
self.itselftype)
OutLbrace()
Expand Down

0 comments on commit c700110

Please sign in to comment.