diff options
author | Ms2ger <ms2ger@gmail.com> | 2014-06-21 14:10:14 +0200 |
---|---|---|
committer | Ms2ger <ms2ger@gmail.com> | 2014-06-21 14:10:14 +0200 |
commit | 8ef51158ff2ec3fae5e2583e25aac99078284046 (patch) | |
tree | 02e8eca7ee15e0331870982244d4488356d56a95 /src/components/script/dom/bindings/codegen/CodegenRust.py | |
parent | df552fca5d685da57aa5b8824fb02ece4c3928f5 (diff) | |
download | servo-8ef51158ff2ec3fae5e2583e25aac99078284046.tar.gz servo-8ef51158ff2ec3fae5e2583e25aac99078284046.zip |
Indent the contents of getOwnPropertyDescriptor.
Diffstat (limited to 'src/components/script/dom/bindings/codegen/CodegenRust.py')
-rw-r--r-- | src/components/script/dom/bindings/codegen/CodegenRust.py | 2 |
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 7adadce6d14..59320527ae3 100644 --- a/src/components/script/dom/bindings/codegen/CodegenRust.py +++ b/src/components/script/dom/bindings/codegen/CodegenRust.py @@ -3496,7 +3496,7 @@ if expando.is_not_null() { return 1;""" def definition_body(self): - return CGGeneric(self.getBody()) + return CGIndenter(CGGeneric(self.getBody())) class CGDOMJSProxyHandler_defineProperty(CGAbstractExternMethod): def __init__(self, descriptor): |