mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 16:29:36 +03:00
Wrap line.
This commit is contained in:
parent
857dc3d8c8
commit
d4c80c2f4e
@ -801,7 +801,8 @@ css_error node_has_name(void *pw, void *node,
|
||||
nscss_select_ctx *ctx = pw;
|
||||
dom_node *n = node;
|
||||
|
||||
if (lwc_string_isequal(qname->name, ctx->universal, match) == lwc_error_ok && *match == false) {
|
||||
if (lwc_string_isequal(qname->name, ctx->universal, match) ==
|
||||
lwc_error_ok && *match == false) {
|
||||
dom_string *name;
|
||||
dom_exception err;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user