mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
Remove space.
This commit is contained in:
parent
d795f1ca2d
commit
9198e80c24
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user