Kaydet (Commit) c7001107 authored tarafından Jack Jansen's avatar Jack Jansen

Added a missing newline Output().

üst ab16c35f
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment