VirtualBox

Ignore:
Timestamp:
Aug 11, 2020 12:37:34 PM (4 years ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage+Host: fix build: remove trailing whitespace

Location:
trunk/src/VBox/Frontends/VBoxManage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r85683 r85688  
    858858    systemProperties->COMGETTER(VBoxUpdateLastCheckDate)(str.asOutParam());
    859859    RTPrintf("Last check date:                 %ls\n", str.raw());
    860  
     860
    861861    return S_OK;
    862862}
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageUpdateCheck.cpp

    r85685 r85688  
    4848    RTGETOPTSTATE GetState;
    4949    /** @todo r=brent decide on the best approach for options to specify here */
    50     static const RTGETOPTDEF s_aOptions[] = 
     50    static const RTGETOPTDEF s_aOptions[] =
    5151    {
    5252        { "--verbose",       'v',        RTGETOPT_REQ_NOTHING }
     
    272272        return RTEXITCODE_FAILURE;
    273273    }
    274    
     274
    275275    /* HRESULT hrc = */ showProgress(progress);
    276276    CHECK_PROGRESS_ERROR_RET(progress, ("Check for update failed."), RTEXITCODE_FAILURE);
     
    314314        // VBoxManage updatecheck getsettings
    315315        return doVBoxUpdateGetSettings(a->argc - 1, &a->argv[1], a->virtualBox);
    316     } 
     316    }
    317317    else if (!strcmp(a->argv[0], "modifysettings"))
    318318    {
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