VirtualBox

Changeset 105993 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 9, 2024 5:54:09 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164738
Message:

Main: nits

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-all/PlatformPropertiesImpl.cpp

    r105966 r105993  
    904904 */
    905905/* static */
    906 bool PlatformProperties::s_isGraphicsControllerFeatureSupported(PlatformArchitecture_T enmArchitecture, GraphicsControllerType_T enmController, GraphicsFeature_T enmFeature)
     906bool PlatformProperties::s_isGraphicsControllerFeatureSupported(PlatformArchitecture_T enmArchitecture,
     907                                                                GraphicsControllerType_T enmController,
     908                                                                GraphicsFeature_T enmFeature)
    907909{
    908910    std::vector<GraphicsFeature_T> vecSupportedGraphicsFeatures;
    909     int vrc = PlatformProperties::s_getSupportedGraphicsControllerFeatures(enmArchitecture, enmController, vecSupportedGraphicsFeatures);
     911    int vrc = PlatformProperties::s_getSupportedGraphicsControllerFeatures(enmArchitecture, enmController,
     912                                                                           vecSupportedGraphicsFeatures);
    910913    if (RT_SUCCESS(vrc))
    911914        return std::find(vecSupportedGraphicsFeatures.begin(),
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r105959 r105993  
    10411041#ifdef VBOX_WITH_VIRT_ARMV8
    10421042    Bstr bstrEnableX86OnArm;
    1043     HRESULT hrc =mParent->GetExtraData(Bstr("VBoxInternal2/EnableX86OnArm").raw(), bstrEnableX86OnArm.asOutParam());
     1043    HRESULT hrc = mParent->GetExtraData(Bstr("VBoxInternal2/EnableX86OnArm").raw(), bstrEnableX86OnArm.asOutParam());
    10441044    if (FAILED(hrc) || !bstrEnableX86OnArm.equals("1"))
    10451045    {
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