Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind/dist fix indentation



details:   https://anonhg.NetBSD.org/src/rev/722b22a02519
branches:  trunk
changeset: 327210:722b22a02519
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 01 22:45:32 2014 +0000

description:
fix indentation

diffstat:

 external/bsd/bind/dist/bin/dnssec/dnssec-signzone.c |  14 +++++++-------
 external/bsd/bind/dist/lib/bind9/check.c            |   4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r b74549db3fa8 -r 722b22a02519 external/bsd/bind/dist/bin/dnssec/dnssec-signzone.c
--- a/external/bsd/bind/dist/bin/dnssec/dnssec-signzone.c       Sat Mar 01 22:43:35 2014 +0000
+++ b/external/bsd/bind/dist/bin/dnssec/dnssec-signzone.c       Sat Mar 01 22:45:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dnssec-signzone.c,v 1.11 2014/03/01 03:24:32 christos Exp $    */
+/*     $NetBSD: dnssec-signzone.c,v 1.12 2014/03/01 22:49:08 christos Exp $    */
 
 /*
  * Portions Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
@@ -3659,11 +3659,11 @@
        cleanup_zone();
 
        if (!nonsecify) {
-       if (IS_NSEC3)
-               nsec3ify(dns_hash_sha1, nsec3iter, salt, salt_length,
-                        &hashlist);
-       else
-               nsecify();
+               if (IS_NSEC3)
+                       nsec3ify(dns_hash_sha1, nsec3iter, salt, salt_length,
+                                &hashlist);
+               else
+                       nsecify();
        }
 
        if (!nokeys) {
@@ -3689,7 +3689,7 @@
                check_result(result, "isc_file_mktemplate");
 
                if (outputformat == dns_masterformat_text)
-               result = isc_file_openunique(tempfile, &fp);
+                       result = isc_file_openunique(tempfile, &fp);
                else
                        result = isc_file_bopenunique(tempfile, &fp);
                if (result != ISC_R_SUCCESS)
diff -r b74549db3fa8 -r 722b22a02519 external/bsd/bind/dist/lib/bind9/check.c
--- a/external/bsd/bind/dist/lib/bind9/check.c  Sat Mar 01 22:43:35 2014 +0000
+++ b/external/bsd/bind/dist/lib/bind9/check.c  Sat Mar 01 22:45:32 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: check.c,v 1.8 2014/03/01 03:24:36 christos Exp $       */
+/*     $NetBSD: check.c,v 1.9 2014/03/01 22:45:32 christos Exp $       */
 
 /*
  * Copyright (C) 2004-2014  Internet Systems Consortium, Inc. ("ISC")
@@ -2703,7 +2703,7 @@
        if (symtab != NULL)
                isc_symtab_destroy(&symtab);
        if (actx != NULL)
-       cfg_aclconfctx_detach(&actx);
+               cfg_aclconfctx_detach(&actx);
 
        return (result);
 }



Home | Main Index | Thread Index | Old Index