resolve: fix indentation
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 20 Dec 2015 15:58:44 +0000 (16:58 +0100)
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>
Sun, 20 Dec 2015 15:59:24 +0000 (16:59 +0100)
src/resolve/resolved-dns-transaction.c

index 32d52d8..347b168 100644 (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