Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/dev whitespace



details:   https://anonhg.NetBSD.org/src/rev/e5c2de97698f
branches:  trunk
changeset: 532774:e5c2de97698f
user:      itojun <itojun%NetBSD.org@localhost>
date:      Fri Jun 14 22:43:38 2002 +0000

description:
whitespace

diffstat:

 sys/arch/macppc/dev/akbd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 3a874550747f -r e5c2de97698f sys/arch/macppc/dev/akbd.c
--- a/sys/arch/macppc/dev/akbd.c        Fri Jun 14 22:43:05 2002 +0000
+++ b/sys/arch/macppc/dev/akbd.c        Fri Jun 14 22:43:38 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: akbd.c,v 1.24 2002/06/14 22:43:05 itojun Exp $ */
+/*     $NetBSD: akbd.c,v 1.25 2002/06/14 22:43:38 itojun Exp $ */
 
 /*
  * Copyright (C) 1998  Colin Wood
@@ -511,6 +511,7 @@
        struct akbd_softc *sc = akbd_cd.cd_devs[0];
 
        key = event->u.k.key;
+
 #ifdef CAPS_IS_CONTROL
        /*
         * Caps lock is weird. The key sequence generated is:
@@ -531,7 +532,6 @@
                        shift = 0;
                }
        }
-
 #endif
 
        switch (key) {



Home | Main Index | Thread Index | Old Index