resolve: fix indentation

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2015-12-20 16:58:44 +01:00
parent d73fe9134f
commit 097a251711
1 changed files with 3 additions and 3 deletions

View File

@ -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