Module Name: src
Committed By: christos
Date: Sat Mar 1 22:45:32 UTC 2014
Modified Files:
src/external/bsd/bind/dist/lib/bind9: check.c
Log Message:
fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/bind/dist/lib/bind9/check.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/bind9/check.c
diff -u src/external/bsd/bind/dist/lib/bind9/check.c:1.8 src/external/bsd/bind/dist/lib/bind9/check.c:1.9
--- src/external/bsd/bind/dist/lib/bind9/check.c:1.8 Fri Feb 28 22:24:36 2014
+++ src/external/bsd/bind/dist/lib/bind9/check.c Sat Mar 1 17:45:32 2014
@@ -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 @@ check_viewconf(const cfg_obj_t *config,
if (symtab != NULL)
isc_symtab_destroy(&symtab);
if (actx != NULL)
- cfg_aclconfctx_detach(&actx);
+ cfg_aclconfctx_detach(&actx);
return (result);
}