Utils: ring: Whitespace fix.

This commit is contained in:
Michael Drake 2019-11-10 12:45:24 +00:00
parent 301b0bae00
commit f0ff18d35c
1 changed files with 1 additions and 1 deletions

View File

@ -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); \