Indent the contents of obj_toString correctly.

This commit is contained in:
Ms2ger 2014-06-21 14:25:08 +02:00
parent eb4213f613
commit 504efb66fb

View file

@ -3711,7 +3711,7 @@ return xpc_qsStringToJsstring(cx, result, &jsresult) ? jsresult : NULL;"""
})""" % self.descriptor.name
def definition_body(self):
return CGGeneric(self.getBody())
return CGIndenter(CGGeneric(self.getBody()))
class CGAbstractClassHook(CGAbstractExternMethod):
"""