kill trailing white space.
This commit is contained in:
parent
67355d758b
commit
9f50d18e65
@ -24,7 +24,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $OpenBSD: usbtablet.c,v 1.9 2010/07/25 19:52:23 matthieu Exp $ */
|
/* $OpenBSD: usbtablet.c,v 1.10 2010/07/25 19:53:35 matthieu Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Driver for USB HID tablet devices.
|
* Driver for USB HID tablet devices.
|
||||||
@ -88,7 +88,7 @@ typedef struct {
|
|||||||
hid_item_t hidInvert;
|
hid_item_t hidInvert;
|
||||||
int reportSize;
|
int reportSize;
|
||||||
int reportId;
|
int reportId;
|
||||||
int nSwitch;
|
int nSwitch;
|
||||||
USBTDevicePtr currentProxDev;
|
USBTDevicePtr currentProxDev;
|
||||||
} USBTCommon, *USBTCommonPtr;
|
} USBTCommon, *USBTCommonPtr;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user