summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2005-05-17 06:18:31 +0000
committermartin <martin@NetBSD.org>2005-05-17 06:18:31 +0000
commit711712f3f3e4a0e5817fd3f7a9b92db111eb9263 (patch)
tree139d76285361a31f4d302ef6b67cf45306dd07a1 /sys/dev
parent362a4a0bd547eac009cbfedf1b6d294b706361d0 (diff)
Fix indentation.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sun/kbd.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/sun/kbd.c b/sys/dev/sun/kbd.c
index cf3e1a81862..60057be315d 100644
--- a/sys/dev/sun/kbd.c
+++ b/sys/dev/sun/kbd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: kbd.c,v 1.47 2005/05/16 18:28:28 martin Exp $ */
+/* $NetBSD: kbd.c,v 1.48 2005/05/17 06:18:31 martin Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -47,7 +47,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.47 2005/05/16 18:28:28 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.48 2005/05/17 06:18:31 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1032,9 +1032,9 @@ wssunkbd_ioctl(v, cmd, data, flag, p)
*(int *)data = k->k_leds;
return (0);
#ifdef WSDISPLAY_COMPAT_RAWKBD
- case WSKBDIO_SETMODE:
- k->k_wsraw = *(int *)data == WSKBD_RAW;
- return (0);
+ case WSKBDIO_SETMODE:
+ k->k_wsraw = *(int *)data == WSKBD_RAW;
+ return (0);
#endif
}
return EPASSTHROUGH;