VirtualBox

Changeset 70650 in vbox


Ignore:
Timestamp:
Jan 19, 2018 2:59:09 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120381
Message:

scm: fix trailing whitespace

File:
1 edited

Legend:

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

    r70606 r70650  
    72797279     * task pointer will be owned by the ThreadTask class.
    72807280     * There is no need to call operator "delete" in the end.
    7281      */ 
     7281     */
    72827282    rc = task->init();
    72837283    if (SUCCEEDED(rc))
    72847284    {
    72857285        rc = task->createThread();
    7286         if (FAILED(rc)) 
     7286        if (FAILED(rc))
    72877287        {
    72887288            setError(rc, tr("Could not run the thread for the task MachineMoveVM"));
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