Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/tail minor KNF



details:   https://anonhg.NetBSD.org/src/rev/40199ebcee14
branches:  trunk
changeset: 549426:40199ebcee14
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon Jul 14 09:30:52 2003 +0000

description:
minor KNF

diffstat:

 usr.bin/tail/tail.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 3f6ac9b85f05 -r 40199ebcee14 usr.bin/tail/tail.c
--- a/usr.bin/tail/tail.c       Mon Jul 14 09:29:21 2003 +0000
+++ b/usr.bin/tail/tail.c       Mon Jul 14 09:30:52 2003 +0000
@@ -44,7 +44,7 @@
 #if 0
 static char sccsid[] = "@(#)tail.c     8.1 (Berkeley) 6/6/93";
 #endif
-__RCSID("$NetBSD: tail.c,v 1.9 2002/06/14 00:47:41 wiz Exp $");
+__RCSID("$NetBSD: tail.c,v 1.10 2003/07/14 09:30:52 itojun Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -231,7 +231,7 @@
                } else if (ap[1] == '-')
                        return;
 
-               switch(*++ap) {
+               switch (*++ap) {
                /* Old-style option. */
                case '0': case '1': case '2': case '3': case '4':
                case '5': case '6': case '7': case '8': case '9':



Home | Main Index | Thread Index | Old Index