fix remaining tabs

This commit is contained in:
Markus Fröschle
2021-07-17 23:05:18 +02:00
parent 8ca995a9da
commit da982d1e5c

View File

@@ -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];