From da982d1e5c93e35b5973f7f87574160d0647d66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sat, 17 Jul 2021 23:05:18 +0200 Subject: [PATCH] fix remaining tabs --- include/usb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/usb.h b/include/usb.h index 041376f..22c1476 100644 --- a/include/usb.h +++ b/include/usb.h @@ -207,8 +207,8 @@ struct usb_device * Each instance needs its own set of data structures. */ uint32_t status; - int act_len; /* transfered bytes */ - int maxchild; /* Number of ports if hub */ + int act_len; /* transfered bytes */ + int maxchild; /* Number of ports if hub */ int portnr; struct usb_device *parent; struct usb_device *children[USB_MAXCHILDREN];