mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
Indent the contents of hasOwn.
This commit is contained in:
parent
cf556cbbd6
commit
b5ca6d9a37
1 changed files with 1 additions and 1 deletions
|
@ -3607,7 +3607,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_get(CGAbstractExternMethod):
|
class CGDOMJSProxyHandler_get(CGAbstractExternMethod):
|
||||||
def __init__(self, descriptor):
|
def __init__(self, descriptor):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue