summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-12-20 16:58:44 +0100
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-12-20 16:59:24 +0100
commit097a2517113ecb7b1e556591545c58db56c8b232 (patch)
treee957ee4233acf15d7f6e9a8396334eb4b45b70e5
parentd73fe9134fcabe69e2984691e998e259d26d064b (diff)
resolve: fix indentation
-rw-r--r--src/resolve/resolved-dns-transaction.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resolve/resolved-dns-transaction.c b/src/resolve/resolved-dns-transaction.c
index 32d52d8192..347b1683f9 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