Skip to content
Snippets Groups Projects
Commit a8f7bc25 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

descriptor: reformat function

parent 0ed9451d
Branches
Tags
No related merge requests found
......@@ -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;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment