Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sun whitespace.



details:   https://anonhg.NetBSD.org/src/rev/7fe11ecacba8
branches:  trunk
changeset: 586333:7fe11ecacba8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 14 00:41:17 2005 +0000

description:
whitespace.

diffstat:

 sys/dev/sun/kbd.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 9b4470704d64 -r 7fe11ecacba8 sys/dev/sun/kbd.c
--- a/sys/dev/sun/kbd.c Wed Dec 14 00:35:31 2005 +0000
+++ b/sys/dev/sun/kbd.c Wed Dec 14 00:41:17 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kbd.c,v 1.54 2005/12/12 02:44:09 christos Exp $        */
+/*     $NetBSD: kbd.c,v 1.55 2005/12/14 00:41:17 christos Exp $        */
 
 /*
  * Copyright (c) 1992, 1993
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.54 2005/12/12 02:44:09 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.55 2005/12/14 00:41:17 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1047,8 +1047,8 @@
 void
 kbd_wskbd_attach(struct kbd_softc *k, int isconsole)
 {
-       k->k_isconsole=isconsole;
+       k->k_isconsole = isconsole;
        
-       config_interrupts(&k->k_dev,kbd_enable);
+       config_interrupts(&k->k_dev, kbd_enable);
 }
 #endif



Home | Main Index | Thread Index | Old Index