From b7ded75dfa67e3dd42cdeba59bc0acf7494d1a6b Mon Sep 17 00:00:00 2001 From: anton Date: Fri, 10 Sep 2021 05:48:43 +0000 Subject: [PATCH] Minor KNF nit, align struct field. --- sys/dev/usb/uhidev.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/uhidev.h b/sys/dev/usb/uhidev.h index e8c966cf0c1..b750a0028e3 100644 --- a/sys/dev/usb/uhidev.h +++ b/sys/dev/usb/uhidev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uhidev.h,v 1.30 2021/09/10 05:47:38 anton Exp $ */ +/* $OpenBSD: uhidev.h,v 1.31 2021/09/10 05:48:43 anton Exp $ */ /* $NetBSD: uhidev.h,v 1.3 2002/10/08 09:56:17 dan Exp $ */ /* @@ -83,7 +83,7 @@ struct uhidev_attach_arg { uint8_t reportid; #define UHIDEV_CLAIM_MULTIPLE_REPORTID 255 uint8_t nreports; - uint8_t *claimed; + uint8_t *claimed; int isize; int osize; int fsize; -- 2.20.1