aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/CodegenRust.py
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-06-21 14:19:31 +0200
committerMs2ger <ms2ger@gmail.com>2014-06-21 14:19:31 +0200
commitb5ca6d9a372d425f15b7dc0ca40ff9d7241aea9c (patch)
tree9b36538ce740015a53e7b0af2e34e9abff9f0832 /src/components/script/dom/bindings/codegen/CodegenRust.py
parentcf556cbbd6e11a667f3a993760b1ec4c8450d70f (diff)
downloadservo-b5ca6d9a372d425f15b7dc0ca40ff9d7241aea9c.tar.gz
servo-b5ca6d9a372d425f15b7dc0ca40ff9d7241aea9c.zip
Indent the contents of hasOwn.
Diffstat (limited to 'src/components/script/dom/bindings/codegen/CodegenRust.py')
-rw-r--r--src/components/script/dom/bindings/codegen/CodegenRust.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/codegen/CodegenRust.py b/src/components/script/dom/bindings/codegen/CodegenRust.py
index 663870781f9..da788982e10 100644
--- a/src/components/script/dom/bindings/codegen/CodegenRust.py
+++ b/src/components/script/dom/bindings/codegen/CodegenRust.py
@@ -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):