VirtualBox

Changeset 71063 in vbox


Ignore:
Timestamp:
Feb 19, 2018 5:36:36 PM (7 years ago)
Author:
vboxsync
Message:

Whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp

    r71053 r71063  
    13551355    Bstr bstrLocation;
    13561356    rc = pMedium->COMGETTER(Location)(bstrLocation.asOutParam());
    1357     if (FAILED(rc)) 
     1357    if (FAILED(rc))
    13581358    {
    13591359        fSupported = false;
     
    13631363    DeviceType_T deviceType;
    13641364    rc = pMedium->COMGETTER(DeviceType)(&deviceType);
    1365     if (FAILED(rc)) 
     1365    if (FAILED(rc))
    13661366    {
    13671367        fSupported = false;
     
    13711371    ComPtr<IMediumFormat> mediumFormat;
    13721372    rc = pMedium->COMGETTER(MediumFormat)(mediumFormat.asOutParam());
    1373     if (FAILED(rc)) 
     1373    if (FAILED(rc))
    13741374    {
    13751375        fSupported = false;
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