Indent the contents of hasOwn.

This commit is contained in:
Ms2ger 2014-06-21 14:19:31 +02:00
parent cf556cbbd6
commit b5ca6d9a37

View file

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