whitespace glitch
This commit is contained in:
parent
577fd14bb4
commit
de7d394223
|
@ -66,7 +66,6 @@ static void test_psl(void)
|
||||||
|
|
||||||
printf("loaded %d suffixes and %d exceptions\n", psl_suffix_count(psl), psl_suffix_exception_count(psl));
|
printf("loaded %d suffixes and %d exceptions\n", psl_suffix_count(psl), psl_suffix_exception_count(psl));
|
||||||
|
|
||||||
|
|
||||||
for (it = 0; it < countof(test_data); it++) {
|
for (it = 0; it < countof(test_data); it++) {
|
||||||
const struct test_data *t = &test_data[it];
|
const struct test_data *t = &test_data[it];
|
||||||
int result = psl_is_public(psl, t->domain);
|
int result = psl_is_public(psl, t->domain);
|
||||||
|
|
Loading…
Reference in New Issue