From: Ondřej Surý Date: Wed, 14 Mar 2018 11:44:08 +0000 (+0100) Subject: Fix whitespaces X-Git-Tag: v9.10.8rc1~48 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1cdcae11839731a9c306a621554b56eb0ab13dc9;p=thirdparty%2Fbind9.git Fix whitespaces --- diff --git a/lib/isc/tests/timer_test.c b/lib/isc/tests/timer_test.c index 5fac83168cf..fa3e4b19a62 100644 --- a/lib/isc/tests/timer_test.c +++ b/lib/isc/tests/timer_test.c @@ -572,11 +572,11 @@ ATF_TC_BODY(purge, tc) { #else ATF_TC(untested); ATF_TC_HEAD(untested, tc) { - atf_tc_set_md_var(tc, "descr", "skipping nsec3 test"); + atf_tc_set_md_var(tc, "descr", "skipping nsec3 test"); } ATF_TC_BODY(untested, tc) { - UNUSED(tc); - atf_tc_skip("DNSSEC not available"); + UNUSED(tc); + atf_tc_skip("DNSSEC not available"); } #endif