]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix whitespaces
authorOndřej Surý <ondrej@sury.org>
Wed, 14 Mar 2018 11:44:08 +0000 (12:44 +0100)
committerOndřej Surý <ondrej@sury.org>
Wed, 14 Mar 2018 11:44:08 +0000 (12:44 +0100)
lib/isc/tests/timer_test.c

index 5fac83168cf36ae362e51084203a346b2d7406a6..fa3e4b19a625785e71db6cdf2476848c25795ede 100644 (file)
@@ -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