From: Thomas Hindoe Paaboel Andersen Date: Sun, 20 Dec 2015 15:58:44 +0000 (+0100) Subject: resolve: fix indentation X-Git-Tag: v231~841^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=097a2517113ecb7b1e556591545c58db56c8b232;p=platform%2Fupstream%2Fsystemd.git resolve: fix indentation --- diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c index 32d52d8..347b168 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