Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/dev Whitespace nit.



details:   https://anonhg.NetBSD.org/src/rev/156206e48b3f
branches:  trunk
changeset: 584562:156206e48b3f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Sep 23 23:29:29 2005 +0000

description:
Whitespace nit.

diffstat:

 sys/arch/hpcsh/dev/j6x0tp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 7327e47f6512 -r 156206e48b3f sys/arch/hpcsh/dev/j6x0tp.c
--- a/sys/arch/hpcsh/dev/j6x0tp.c       Fri Sep 23 23:22:57 2005 +0000
+++ b/sys/arch/hpcsh/dev/j6x0tp.c       Fri Sep 23 23:29:29 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: j6x0tp.c,v 1.8 2005/07/16 16:36:23 uwe Exp $ */
+/*     $NetBSD: j6x0tp.c,v 1.9 2005/09/23 23:29:29 uwe Exp $ */
 
 /*
  * Copyright (c) 2003 Valeriy E. Ushakov
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: j6x0tp.c,v 1.8 2005/07/16 16:36:23 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: j6x0tp.c,v 1.9 2005/09/23 23:29:29 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -272,7 +272,7 @@
        wska.accessops = &j6x0tp_wskbd_accessops;
        wska.accesscookie = sc;
 
-       sc->sc_wskbddev = config_found_ia(self,"wskbddev",  &wska,
+       sc->sc_wskbddev = config_found_ia(self, "wskbddev", &wska,
                                          wskbddevprint);
 
        /* init calibration, set default parameters */



Home | Main Index | Thread Index | Old Index