VirtualBox

Ignore:
Timestamp:
Dec 21, 2017 1:53:54 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
119872
Message:

Trailing spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/win/lib/VBoxUsbLib-win.cpp

    r70273 r70277  
    315315
    316316    /* Determine the speed the device is operating at. */
    317     switch (pConInfo->Speed) 
     317    switch (pConInfo->Speed)
    318318    {
    319319        case UsbLowSpeed:   pDev->enmSpeed = USBDEVICESPEED_LOW;    break;
     
    321321        case UsbHighSpeed:  pDev->enmSpeed = USBDEVICESPEED_HIGH;   break;
    322322        default:    /* If we don't know, most likely it's something new. */
    323         case UsbSuperSpeed: pDev->enmSpeed = USBDEVICESPEED_SUPER;  break; 
     323        case UsbSuperSpeed: pDev->enmSpeed = USBDEVICESPEED_SUPER;  break;
    324324    }
    325325    /* Unfortunately USB_NODE_CONNECTION_INFORMATION_EX will not report UsbSuperSpeed, and
    326      * it's not even defined in the Win7 DDK we use. So we go by the USB version, and 
     326     * it's not even defined in the Win7 DDK we use. So we go by the USB version, and
    327327     * luckily we know that USB3 must mean SuperSpeed. The USB3 spec guarantees this (9.6.1).
    328328     */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette