VirtualBox

Changeset 37554 in vbox for trunk/src


Ignore:
Timestamp:
Jun 20, 2011 12:49:34 PM (13 years ago)
Author:
vboxsync
Message:

Main: tabs

File:
1 edited

Legend:

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

    r37553 r37554  
    60836083    /* Convert the options. */
    60846084    RTCList<CloneOptions_T> optList;
    6085         if (options != NULL)
    6086                 optList = com::SafeArray<CloneOptions_T>(ComSafeArrayInArg(options)).toList();
    6087                
     6085    if (options != NULL)
     6086        optList = com::SafeArray<CloneOptions_T>(ComSafeArrayInArg(options)).toList();
     6087
    60886088    AssertReturn(!optList.contains(CloneOptions_Link), E_NOTIMPL);
    60896089    AssertReturn(!(optList.contains(CloneOptions_KeepAllMACs) && optList.contains(CloneOptions_KeepNATMACs)), E_FAIL);
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