Module Name: src
Committed By: christos
Date: Sat Mar 1 22:53:12 UTC 2014
Modified Files:
src/external/bsd/bind/dist/bin/tests/dst: t_dst.c
Log Message:
fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/bind/dist/bin/tests/dst/t_dst.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/bin/tests/dst/t_dst.c
diff -u src/external/bsd/bind/dist/bin/tests/dst/t_dst.c:1.8 src/external/bsd/bind/dist/bin/tests/dst/t_dst.c:1.9
--- src/external/bsd/bind/dist/bin/tests/dst/t_dst.c:1.8 Fri Feb 28 22:24:33 2014
+++ src/external/bsd/bind/dist/bin/tests/dst/t_dst.c Sat Mar 1 17:53:11 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: t_dst.c,v 1.8 2014/03/01 03:24:33 christos Exp $ */
+/* $NetBSD: t_dst.c,v 1.9 2014/03/01 22:53:11 christos Exp $ */
/*
* Copyright (C) 2004, 2005, 2007-2009, 2011-2014 Internet Systems Consortium, Inc. ("ISC")
@@ -277,9 +277,9 @@ dh(dns_name_t *name1, int id1, dns_name_
cleanup:
if (key1 != NULL)
- dst_key_free(&key1);
+ dst_key_free(&key1);
if (key2 != NULL)
- dst_key_free(&key2);
+ dst_key_free(&key2);
}
static void
@@ -412,7 +412,7 @@ generate(int alg, isc_mem_t *mctx, int s
use(key, mctx, ISC_R_SUCCESS, nfails);
cleanup:
if (key != NULL)
- dst_key_free(&key);
+ dst_key_free(&key);
}
#define DBUFSIZ 25