diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-25 02:18:12 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2002-07-25 02:18:12 +0000 |
commit | 5d68760cde9b70743da4d636206420ffa530a9d1 (patch) | |
tree | 7cc14a7a81879a23a1a80c8a277b02a9605a0e53 /sys/dev/usb/hid.h | |
parent | 0e0f2c8d681fe03a20821eab98d5c349c7071166 (diff) |
get rid of trailing whitespace
Diffstat (limited to 'sys/dev/usb/hid.h')
-rw-r--r-- | sys/dev/usb/hid.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/hid.h b/sys/dev/usb/hid.h index 18dac5988e5..230c1bcbe85 100644 --- a/sys/dev/usb/hid.h +++ b/sys/dev/usb/hid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hid.h,v 1.7 2002/05/09 15:06:29 nate Exp $ */ +/* $OpenBSD: hid.h,v 1.8 2002/07/25 02:18:10 nate Exp $ */ /* $NetBSD: hid.h,v 1.7 2001/12/28 17:32:36 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/hid.h,v 1.7 1999/11/17 22:33:40 n_hibma Exp $ */ @@ -39,7 +39,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -enum hid_kind { +enum hid_kind { hid_input, hid_output, hid_feature, |