Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa delint: need ; between case label and }



details:   https://anonhg.NetBSD.org/src/rev/b70ce6f42ced
branches:  trunk
changeset: 509916:b70ce6f42ced
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 15 14:57:49 2001 +0000

description:
delint: need ; between case label and }

diffstat:

 sys/dev/isa/if_iy.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d7eb9e5ed99d -r b70ce6f42ced sys/dev/isa/if_iy.c
--- a/sys/dev/isa/if_iy.c       Tue May 15 14:50:49 2001 +0000
+++ b/sys/dev/isa/if_iy.c       Tue May 15 14:57:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_iy.c,v 1.52 2001/03/23 13:15:27 is Exp $    */
+/*     $NetBSD: if_iy.c,v 1.53 2001/05/15 14:57:49 lukem Exp $ */
 /* #define IYDEBUG */
 /* #define IYMEMDEBUG */
 
@@ -525,6 +525,7 @@
                temp = (temp & ~BNC_BIT) | TPE_BIT;
                break;
        default:
+               ;
                /* nothing; leave as it is */
        }
        switch (temp & (BNC_BIT | TPE_BIT)) {



Home | Main Index | Thread Index | Old Index