Indent the contents of getOwnPropertyDescriptor.

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

View file

@ -3496,7 +3496,7 @@ if expando.is_not_null() {
return 1;""" return 1;"""
def definition_body(self): def definition_body(self):
return CGGeneric(self.getBody()) return CGIndenter(CGGeneric(self.getBody()))
class CGDOMJSProxyHandler_defineProperty(CGAbstractExternMethod): class CGDOMJSProxyHandler_defineProperty(CGAbstractExternMethod):
def __init__(self, descriptor): def __init__(self, descriptor):