summaryrefslogtreecommitdiff
path: root/libexec/telnetd
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1999-07-11 03:04:14 +0000
committerthorpej <thorpej@NetBSD.org>1999-07-11 03:04:14 +0000
commitb4da0f0b3cd47b87c8f86e2effb806e56ea90461 (patch)
tree6f40f0ce924042e96de14cd55ec125c74e38d99b /libexec/telnetd
parent580c3519b77001d69cd4d77c38f68477ea93a69f (diff)
Nuke some whitespace.
Diffstat (limited to 'libexec/telnetd')
-rw-r--r--libexec/telnetd/telnetd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c
index 12a37917c6c..921ea55d3cb 100644
--- a/libexec/telnetd/telnetd.c
+++ b/libexec/telnetd/telnetd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: telnetd.c,v 1.17 1999/07/11 03:00:07 thorpej Exp $ */
+/* $NetBSD: telnetd.c,v 1.18 1999/07/11 03:04:14 thorpej Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -69,7 +69,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: telnetd.c,v 1.17 1999/07/11 03:00:07 thorpej Exp $");
+__RCSID("$NetBSD: telnetd.c,v 1.18 1999/07/11 03:04:14 thorpej Exp $");
#endif
#endif /* not lint */
@@ -404,11 +404,11 @@ main(argc, argv)
case '4':
family = AF_INET;
break;
-
+
case '6':
family = AF_INET6;
break;
-
+
default:
fprintf(stderr, "telnetd: %c: unknown option\n", ch);
/* FALLTHROUGH */