Module Name: src
Committed By: christos
Date: Sat Mar 1 23:03:58 UTC 2014
Modified Files:
src/external/bsd/bind/dist/lib/dns: rbtdb.c
Log Message:
fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/bind/dist/lib/dns/rbtdb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/bind/dist/lib/dns/rbtdb.c
diff -u src/external/bsd/bind/dist/lib/dns/rbtdb.c:1.16 src/external/bsd/bind/dist/lib/dns/rbtdb.c:1.17
--- src/external/bsd/bind/dist/lib/dns/rbtdb.c:1.16 Fri Feb 28 22:24:37 2014
+++ src/external/bsd/bind/dist/lib/dns/rbtdb.c Sat Mar 1 18:03:58 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: rbtdb.c,v 1.16 2014/03/01 03:24:37 christos Exp $ */
+/* $NetBSD: rbtdb.c,v 1.17 2014/03/01 23:03:58 christos Exp $ */
/*
* Copyright (C) 2004-2014 Internet Systems Consortium, Inc. ("ISC")
@@ -5950,7 +5950,7 @@ add(dns_rbtdb_t *rbtdb, dns_rbtnode_t *r
topheader->type ==
RBTDB_RDATATYPE_VALUE(0, covers))) {
break;
- }
+ }
}
if (topheader != NULL && EXISTS(topheader) &&
topheader->rdh_ttl >= now) {