VirtualBox

Changeset 81396 in vbox for trunk/src/VBox/Main/src-server


Ignore:
Timestamp:
Oct 21, 2019 9:29:55 AM (5 years ago)
Author:
vboxsync
Message:

Main/MachineImplMoveVM: comment whitespace

File:
1 edited

Legend:

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

    r81394 r81396  
    338338                Utf8Str strLocation = bstrLocation;
    339339
    340                 /*if an image is located in the actual VM folder it will be added to the actual list */
     340                /* if an image is located in the actual VM folder it will be added to the actual list */
    341341                if (strLocation.startsWith(strSettingsFilePath))
    342342                {
     
    374374
    375375            Utf8Str name = sst.strSaveStateFile;
    376             /*if a state file is located in the actual VM folder it will be added to the actual list */
     376            /* if a state file is located in the actual VM folder it will be added to the actual list */
    377377            if (RTPathStartsWith(name.c_str(), strSettingsFilePath.c_str()))
    378378            {
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