VirtualBox

Changeset 81542 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 25, 2019 1:31:15 PM (5 years ago)
Author:
vboxsync
Message:

vusb.h: indent nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vusb.h

    r76585 r81542  
    677677} VUSBIROOTHUBPORT;
    678678/** VUSBIROOTHUBPORT interface ID. */
    679 #define VUSBIROOTHUBPORT_IID                    "6571aece-6c33-4714-a8ac-9508a3b8b429"
     679# define VUSBIROOTHUBPORT_IID                   "6571aece-6c33-4714-a8ac-9508a3b8b429"
    680680
    681681/** Pointer to a VUSB RootHub connector interface. */
     
    858858AssertCompileSizeAlignment(VUSBIROOTHUBCONNECTOR, 8);
    859859/** VUSBIROOTHUBCONNECTOR interface ID. */
    860 #define VUSBIROOTHUBCONNECTOR_IID               "662d7822-b9c6-43b5-88b6-5d59f0106e46"
    861 
    862 
    863 #ifdef IN_RING3
     860# define VUSBIROOTHUBCONNECTOR_IID              "662d7822-b9c6-43b5-88b6-5d59f0106e46"
     861
     862
     863# ifdef IN_RING3
    864864/** @copydoc VUSBIROOTHUBCONNECTOR::pfnSetUrbParams */
    865865DECLINLINE(int) VUSBIRhSetUrbParams(PVUSBIROOTHUBCONNECTOR pInterface, size_t cbHci, size_t cbHciTd)
     
    922922    return pInterface->pfnGetPeriodicFrameRate(pInterface);
    923923}
    924 #endif /* IN_RING3 */
     924# endif /* IN_RING3 */
    925925
    926926#endif /* ! RDESKTOP */
     
    10461046} VUSBIDEVICE;
    10471047/** VUSBIDEVICE interface ID. */
    1048 #define VUSBIDEVICE_IID                         "af576b38-e8ca-4db7-810a-2596d8d57ca0"
    1049 
    1050 
    1051 #ifdef IN_RING3
     1048# define VUSBIDEVICE_IID                        "af576b38-e8ca-4db7-810a-2596d8d57ca0"
     1049
     1050
     1051# ifdef IN_RING3
    10521052/**
    10531053 * Resets the device.
     
    11251125    return pInterface->pfnIsSavedStateSupported(pInterface);
    11261126}
    1127 #endif /* IN_RING3 */
     1127# endif /* IN_RING3 */
    11281128
    11291129#endif /* ! RDESKTOP */
     
    12461246
    12471247    /** The VUSB stack private data. */
    1248     PVUSBURBVUSB        pVUsb;
     1248    PVUSBURBVUSB    pVUsb;
    12491249    /** Private host controller data associated with this URB. */
    1250     PVUSBURBHCI         pHci;
     1250    PVUSBURBHCI     pHci;
    12511251    /** Pointer to the host controller transfer descriptor array. */
    1252     PVUSBURBHCITD       paTds;
     1252    PVUSBURBHCITD   paTds;
    12531253
    12541254    /** The device data. */
     
    12561256    {
    12571257        /** Pointer to private device specific data.  */
    1258         void             *pvPrivate;
     1258        void       *pvPrivate;
    12591259        /** Used by the device when linking the URB in some list of its own.   */
    1260         PVUSBURB          pNext;
     1260        PVUSBURB    pNext;
    12611261    } Dev;
    12621262
Note: See TracChangeset for help on using the changeset viewer.

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