usb: indentation (whitespace change only)

No functional change.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit 0762cf10fc5e426700e00f9060518241212e941f)
This commit is contained in:
Bjoern A. Zeeb 2026-01-29 11:17:52 +00:00
parent 5585c7c365
commit 2da96ce51c

View file

@ -541,7 +541,7 @@ struct usb_endpoint_descriptor {
#define UE_XFERTYPE 0x03
#define UE_CONTROL 0x00
#define UE_ISOCHRONOUS 0x01
#define UE_BULK 0x02
#define UE_BULK 0x02
#define UE_INTERRUPT 0x03
#define UE_BULK_INTR 0xfe /* for internal use only! */
#define UE_TYPE_ANY 0xff /* for internal use only! */