From a8f7bc25eb15823880170ea5add03f35b5751f60 Mon Sep 17 00:00:00 2001
From: Daniel Salzman <daniel.salzman@nic.cz>
Date: Thu, 10 Oct 2013 15:37:24 +0200
Subject: [PATCH] descriptor: reformat function

---
 src/common/descriptor.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/common/descriptor.c b/src/common/descriptor.c
index f034efa82..a61beb4f3 100644
--- a/src/common/descriptor.c
+++ b/src/common/descriptor.c
@@ -320,9 +320,9 @@ int knot_rrtype_is_metatype(const uint16_t type)
 
 int knot_rrtype_is_ddns_forbidden(const uint16_t type)
 {
-	return type == KNOT_RRTYPE_RRSIG  ||
-	type == KNOT_RRTYPE_DNSKEY  ||
-	type == KNOT_RRTYPE_NSEC3PARAM ||
-	type == KNOT_RRTYPE_NSEC ||
-	type == KNOT_RRTYPE_NSEC3;
+	return type == KNOT_RRTYPE_RRSIG      ||
+	       type == KNOT_RRTYPE_DNSKEY     ||
+	       type == KNOT_RRTYPE_NSEC3PARAM ||
+	       type == KNOT_RRTYPE_NSEC       ||
+	       type == KNOT_RRTYPE_NSEC3;
 }
-- 
GitLab