summaryrefslogtreecommitdiff
path: root/usr.sbin/named
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-14 04:01:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-14 04:01:23 +0000
commit7e3f93e1b77c8f4cf6793193e29fc7ac401f5b4a (patch)
treedc0830a31bb0c3a13a85ab2f20ce5c3047d256c0 /usr.sbin/named
parentd71da1147a63939c455970802ba8e8ab7bc19ddf (diff)
fix the indentation
Diffstat (limited to 'usr.sbin/named')
-rw-r--r--usr.sbin/named/named/ns_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/named/named/ns_main.c b/usr.sbin/named/named/ns_main.c
index c840b613366..1edddcb4fa6 100644
--- a/usr.sbin/named/named/ns_main.c
+++ b/usr.sbin/named/named/ns_main.c
@@ -1,11 +1,11 @@
-/* $OpenBSD: ns_main.c,v 1.5 1997/04/13 21:29:43 provos Exp $ */
+/* $OpenBSD: ns_main.c,v 1.6 1997/04/14 04:01:22 deraadt Exp $ */
#if !defined(lint) && !defined(SABER)
#if 0
static char sccsid[] = "@(#)ns_main.c 4.55 (Berkeley) 7/1/91";
static char rcsid[] = "$From: ns_main.c,v 8.24 1996/11/26 10:11:22 vixie Exp $";
#else
-static char rcsid[] = "$OpenBSD: ns_main.c,v 1.5 1997/04/13 21:29:43 provos Exp $";
+static char rcsid[] = "$OpenBSD: ns_main.c,v 1.6 1997/04/14 04:01:22 deraadt Exp $";
#endif
#endif /* not lint */
@@ -1703,7 +1703,7 @@ nsid_init()
u_int16_t
nsid_next()
{
- nsid_state = res_randomid();
+ nsid_state = res_randomid();
return (nsid_state);
}