git: 0762cf10fc5e - main - usb: indentation (whitespace change only)

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Thu, 29 Jan 2026 18:07:56 UTC
The branch main has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=0762cf10fc5e426700e00f9060518241212e941f

commit 0762cf10fc5e426700e00f9060518241212e941f
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-01-29 11:17:52 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-01-29 18:07:43 +0000

    usb: indentation (whitespace change only)
    
    No functional change.
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 sys/dev/usb/usb.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index a6c3c8030c73..3e972f876c6a 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -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! */