mirror of https://github.com/python/cpython
Added a missing newline Output().
This commit is contained in:
parent
ab16c35f46
commit
c700110735
|
@ -117,6 +117,7 @@ class ObjectDefinition(GeneratorGroup):
|
|||
"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()
|
||||
|
|
Loading…
Reference in New Issue