mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Indent the contents of defineProperty.
This commit is contained in:
parent
8ef51158ff
commit
cf556cbbd6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue