mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added a missing newline Output().
This commit is contained in:
parent
ab16c35f46
commit
c700110735
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ class ObjectDefinition(GeneratorGroup):
|
||||||
"Override this method to apply additional checks/conversions"
|
"Override this method to apply additional checks/conversions"
|
||||||
|
|
||||||
def outputConvert(self):
|
def outputConvert(self):
|
||||||
|
Output()
|
||||||
Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix,
|
Output("%sint %s_Convert(PyObject *v, %s *p_itself)", self.static, self.prefix,
|
||||||
self.itselftype)
|
self.itselftype)
|
||||||
OutLbrace()
|
OutLbrace()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue