Indent the contents of defineProperty.

This commit is contained in:
Ms2ger 2014-06-21 14:14:49 +02:00
parent 8ef51158ff
commit cf556cbbd6

View file

@ -3554,7 +3554,7 @@ class CGDOMJSProxyHandler_defineProperty(CGAbstractExternMethod):
return set + """return proxyhandler::defineProperty_(%s);""" % ", ".join(a.name for a in self.args)
def definition_body(self):
return CGGeneric(self.getBody())
return CGIndenter(CGGeneric(self.getBody()))
class CGDOMJSProxyHandler_hasOwn(CGAbstractExternMethod):
def __init__(self, descriptor):