From: Thomas Hindoe Paaboel Andersen Date: Sun, 20 Dec 2015 15:58:44 +0000 (+0100) Subject: resolve: fix indentation X-Git-Tag: v229~200^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2199%2Fhead;p=thirdparty%2Fsystemd.git resolve: fix indentation --- diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 32d52d81922..347b1683f9a 100644 --- a/src/resolve/resolved-dns-transaction.c +++ b/src/resolve/resolved-dns-transaction.c @@ -1714,10 +1714,10 @@ static int dns_transaction_requires_rrsig(DnsTransaction *t, DnsResourceRecord * * RRs we are looking at. If it discovered signed DS * RRs, then we need to be signed, too. */ - if (!dt->answer_authenticated) - return false; + if (!dt->answer_authenticated) + return false; - return dns_answer_match_key(dt->answer, dt->key, NULL); + return dns_answer_match_key(dt->answer, dt->key, NULL); } /* We found nothing that proves this is safe to leave