mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
Utils: ring: Whitespace fix.
This commit is contained in:
parent
301b0bae00
commit
f0ff18d35c
@ -136,7 +136,7 @@
|
||||
/* nsurl guarantees lowercase host */ \
|
||||
if (lwc_string_isequal(p->host, lwc_hostname, \
|
||||
&matches) == lwc_error_ok) \
|
||||
if (matches) \
|
||||
if (matches) \
|
||||
sizevar++; \
|
||||
p = p->r_next; \
|
||||
} while (p != ring); \
|
||||
|
Loading…
Reference in New Issue
Block a user