mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Indent the contents of get.
This commit is contained in:
parent
b5ca6d9a37
commit
eb4213f613
1 changed files with 1 additions and 1 deletions
|
@ -3679,7 +3679,7 @@ if found {
|
|||
return 1;""" % (getIndexedOrExpando, getNamed)
|
||||
|
||||
def definition_body(self):
|
||||
return CGGeneric(self.getBody())
|
||||
return CGIndenter(CGGeneric(self.getBody()))
|
||||
|
||||
class CGDOMJSProxyHandler_obj_toString(CGAbstractExternMethod):
|
||||
def __init__(self, descriptor):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue