]> Git Repo - qemu.git/blobdiff - hw/usb/dev-hub.c
avoid TABs in files that only contain a few
[qemu.git] / hw / usb / dev-hub.c
index dc368179d16747646997bb12f833db170c6d0aa8..7e9339b8a83da15685db51b03e887cf7537aff93 100644 (file)
@@ -147,13 +147,13 @@ static const USBDesc desc_hub = {
 
 static const uint8_t qemu_hub_hub_descriptor[] =
 {
-       0x00,                   /*  u8  bLength; patched in later */
-       0x29,                   /*  u8  bDescriptorType; Hub-descriptor */
-       0x00,                   /*  u8  bNbrPorts; (patched later) */
-       0x0a,                   /* u16  wHubCharacteristics; */
-       0x00,                   /*   (per-port OC, no power switching) */
-       0x01,                   /*  u8  bPwrOn2pwrGood; 2ms */
-       0x00                    /*  u8  bHubContrCurrent; 0 mA */
+        0x00,                  /*  u8  bLength; patched in later */
+        0x29,                  /*  u8  bDescriptorType; Hub-descriptor */
+        0x00,                  /*  u8  bNbrPorts; (patched later) */
+        0x0a,                  /* u16  wHubCharacteristics; */
+        0x00,                  /*   (per-port OC, no power switching) */
+        0x01,                  /*  u8  bPwrOn2pwrGood; 2ms */
+        0x00                   /*  u8  bHubContrCurrent; 0 mA */
 
         /* DeviceRemovable and PortPwrCtrlMask patched in later */
 };
This page took 0.024704 seconds and 4 git commands to generate.