From 9198e80c2465e7c34bddc0387003f5debd63ef51 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 29 Oct 2015 14:27:21 +0000 Subject: Remove space. --- javascript/duktape/Element.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript/duktape') diff --git a/javascript/duktape/Element.bnd b/javascript/duktape/Element.bnd index 58604cdb1..04b7b09bc 100644 --- a/javascript/duktape/Element.bnd +++ b/javascript/duktape/Element.bnd @@ -262,7 +262,7 @@ method Element::setAttribute() exc = dom_string_create((const uint8_t *)value, value_len, &value_str); if (exc != DOM_NO_ERR) { dom_string_unref(attr_str); - return 0; + return 0; } exc = dom_element_set_attribute(priv->parent.node, -- cgit v1.2.3