From f0ff18d35c5cb9aa946038422e6f03e2f915938f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 10 Nov 2019 12:45:24 +0000 Subject: [PATCH] Utils: ring: Whitespace fix. --- utils/ring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ring.h b/utils/ring.h index 1802b4484..b6731338a 100644 --- a/utils/ring.h +++ b/utils/ring.h @@ -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); \