Module Name: xsrc
Committed By: tsutsui
Date: Sun Oct 10 05:21:44 UTC 2010
Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast: dreamcastKbd.c
Log Message:
Fix indent.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastKbd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastKbd.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastKbd.c:1.4 xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastKbd.c:1.5
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastKbd.c:1.4 Fri Oct 8 18:53:11 2010
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastKbd.c Sun Oct 10 05:21:43 2010
@@ -159,13 +159,13 @@
pPriv = (dreamcastKbdPrivPtr)pKeyboard->devicePrivate;
dreamcastCleanupFd(pPriv->fd);
#ifdef WSKBDIO_SETVERSION
- {
- int version = WSKBDIO_EVENT_VERSION;
- if (ioctl(pPriv->fd, WSKBDIO_SETVERSION, &version) == -1) {
- Error ("dreamcastKbdProc ioctl WSKBDIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSKBDIO_EVENT_VERSION;
+ if (ioctl(pPriv->fd, WSKBDIO_SETVERSION, &version) == -1) {
+ Error ("dreamcastKbdProc ioctl WSKBDIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
AddEnabledDevice(pPriv->fd);
pKeyboard->on = TRUE;