Module Name: xsrc
Committed By: tsutsui
Date: Sun Oct 10 05:28:51 UTC 2010
Modified Files:
xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha: alphaMouse.c
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec: decMouse.c
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast: dreamcastMouse.c
xsrc/xfree/xc/programs/Xserver/hw/netbsd/ews4800mips:
ews4800mipsMouse.c
xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc: hpcMouse.c
xsrc/xfree/xc/programs/Xserver/hw/netbsd/macppc: macppcMouse.c
xsrc/xfree/xc/programs/Xserver/hw/netbsd/newsmips: newsmipsMouse.c
Log Message:
Fix indent.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaMouse.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec/decMouse.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastMouse.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/ews4800mips/ews4800mipsMouse.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/hpcMouse.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/macppc/macppcMouse.c
cvs rdiff -u -r1.2 -r1.3 \
xsrc/xfree/xc/programs/Xserver/hw/netbsd/newsmips/newsmipsMouse.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/alpha/alphaMouse.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaMouse.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaMouse.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaMouse.c:1.2 Fri Oct 8 17:49:25 2010
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/alpha/alphaMouse.c Sun Oct 10 05:28:49 2010
@@ -156,13 +156,13 @@
#endif
#ifdef WSMOUSEIO_SETVERSION
- {
- int version = WSMOUSE_EVENT_VERSION;
- if (ioctl(alphaPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
- Error ("alphaMouseProc ioctl WSMOUSEIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSMOUSE_EVENT_VERSION;
+ if (ioctl(alphaPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
+ Error ("alphaMouseProc ioctl WSMOUSEIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
#if 0
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec/decMouse.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec/decMouse.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec/decMouse.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec/decMouse.c:1.2 Fri Oct 8 17:49:25 2010
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/dec/decMouse.c Sun Oct 10 05:28:49 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: decMouse.c,v 1.2 2010/10/08 17:49:25 tsutsui Exp $ */
+/* $NetBSD: decMouse.c,v 1.3 2010/10/10 05:28:49 tsutsui Exp $ */
/* XConsortium: sunMouse.c,v 5.21 94/04/17 20:29:47 kaleb Exp */
/*-
@@ -134,13 +134,13 @@
#endif
#ifdef WSMOUSEIO_SETVERSION
- {
- int version = WSMOUSE_EVENT_VERSION;
- if (ioctl(decPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
- Error ("decMouseProc ioctl WSMOUSEIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSMOUSE_EVENT_VERSION;
+ if (ioctl(decPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
+ Error ("decMouseProc ioctl WSMOUSEIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
#if 0
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastMouse.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastMouse.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastMouse.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastMouse.c:1.2 Fri Oct 8 17:49:25 2010
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/dreamcast/dreamcastMouse.c Sun Oct 10 05:28:49 2010
@@ -132,13 +132,13 @@
case DEVICE_ON:
#ifdef WSMOUSEIO_SETVERSION
- {
- int version = WSMOUSE_EVENT_VERSION;
- if (ioctl(dreamcastPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
- Error ("dreamcastMouseProc ioctl WSMOUSEIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSMOUSE_EVENT_VERSION;
+ if (ioctl(dreamcastPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
+ Error ("dreamcastMouseProc ioctl WSMOUSEIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
dreamcastPtrPriv.bmask = 0;
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/ews4800mips/ews4800mipsMouse.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/ews4800mips/ews4800mipsMouse.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/ews4800mips/ews4800mipsMouse.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/ews4800mips/ews4800mipsMouse.c:1.2 Fri Oct 8 17:49:25 2010
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/ews4800mips/ews4800mipsMouse.c Sun Oct 10 05:28:50 2010
@@ -121,13 +121,13 @@
case DEVICE_ON:
#ifdef WSMOUSEIO_SETVERSION
- {
- int version = WSMOUSE_EVENT_VERSION;
- if (ioctl(ews4800mipsPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
- Error ("ews4800mipsMouseProc ioctl WSMOUSEIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSMOUSE_EVENT_VERSION;
+ if (ioctl(ews4800mipsPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
+ Error ("ews4800mipsMouseProc ioctl WSMOUSEIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
ews4800mipsPtrPriv.bmask = 0;
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/hpcMouse.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/hpcMouse.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/hpcMouse.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/hpcMouse.c:1.2 Wed Aug 26 12:54:10 2009
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/hpc/hpcMouse.c Sun Oct 10 05:28:50 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: hpcMouse.c,v 1.2 2009/08/26 12:54:10 jun Exp $ */
+/* $NetBSD: hpcMouse.c,v 1.3 2010/10/10 05:28:50 tsutsui Exp $ */
/* $XConsortium: sunMouse.c,v 5.21 94/04/17 20:29:47 kaleb Exp $ */
/*-
* Copyright (c) 1987 by the Regents of the University of California
@@ -150,13 +150,13 @@
}
#ifdef WSMOUSEIO_SETVERSION
- {
- int version = WSMOUSE_EVENT_VERSION;
- if (ioctl(hpcPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
- hpcError ("hpcMouseProc ioctl WSMOUSEIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSMOUSE_EVENT_VERSION;
+ if (ioctl(hpcPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
+ hpcError ("hpcMouseProc ioctl WSMOUSEIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
hpcPtrPriv.bemask = 0;
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/macppc/macppcMouse.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/macppc/macppcMouse.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/macppc/macppcMouse.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/macppc/macppcMouse.c:1.2 Fri Oct 8 17:49:26 2010
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/macppc/macppcMouse.c Sun Oct 10 05:28:50 2010
@@ -158,13 +158,13 @@
#endif
#ifdef WSMOUSEIO_SETVERSION
- {
- int version = WSMOUSE_EVENT_VERSION;
- if (ioctl(macppcPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
- Error ("macppcMouseProc ioctl WSMOUSEIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSMOUSE_EVENT_VERSION;
+ if (ioctl(macppcPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
+ Error ("macppcMouseProc ioctl WSMOUSEIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
macppcPtrPriv.bmask = 0;
Index: xsrc/xfree/xc/programs/Xserver/hw/netbsd/newsmips/newsmipsMouse.c
diff -u xsrc/xfree/xc/programs/Xserver/hw/netbsd/newsmips/newsmipsMouse.c:1.2 xsrc/xfree/xc/programs/Xserver/hw/netbsd/newsmips/newsmipsMouse.c:1.3
--- xsrc/xfree/xc/programs/Xserver/hw/netbsd/newsmips/newsmipsMouse.c:1.2 Fri Oct 8 17:49:26 2010
+++ xsrc/xfree/xc/programs/Xserver/hw/netbsd/newsmips/newsmipsMouse.c Sun Oct 10 05:28:50 2010
@@ -124,13 +124,13 @@
case DEVICE_ON:
#ifdef WSMOUSEIO_SETVERSION
- {
- int version = WSMOUSE_EVENT_VERSION;
- if (ioctl(newsmipsPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
- Error ("newsmipsMouseProc ioctl WSMOUSEIO_SETVERSION");
- return !Success;
- }
- }
+ {
+ int version = WSMOUSE_EVENT_VERSION;
+ if (ioctl(newsmipsPtrPriv.fd, WSMOUSEIO_SETVERSION, &version) == -1) {
+ Error ("newsmipsMouseProc ioctl WSMOUSEIO_SETVERSION");
+ return !Success;
+ }
+ }
#endif
newsmipsPtrPriv.bmask = 0;