From de7d394223bccf2a53e4dd4d8e432cea92bad374 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Sat, 22 Mar 2014 14:28:19 +0100 Subject: [PATCH] whitespace glitch --- tests/test-is-public.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-is-public.c b/tests/test-is-public.c index 1bfdc6b..09fb057 100644 --- a/tests/test-is-public.c +++ b/tests/test-is-public.c @@ -64,8 +64,7 @@ static void test_psl(void) psl = psl_load_file(DATADIR "/effective_tld_names.dat"); - 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++) { const struct test_data *t = &test_data[it];