VirtualBox

Ignore:
Timestamp:
Mar 31, 2010 2:19:30 PM (15 years ago)
Author:
vboxsync
Message:

Main: coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r27889 r27905  
    32143214    unsigned id = (unsigned)pCommand->iDisplay;
    32153215    int rc = VINF_SUCCESS;
    3216     if(id < mcMonitors)
     3216    if (id < mcMonitors)
    32173217    {
    32183218        IFramebuffer *pFramebuffer = maFramebuffers[id].pFramebuffer;
     
    32243224
    32253225            HRESULT hr = pFramebuffer->ProcessVHWACommand((BYTE*)pCommand);
    3226             if(FAILED(hr))
     3226            if (FAILED(hr))
    32273227            {
    32283228                rc = (hr == E_NOTIMPL) ? VERR_NOT_IMPLEMENTED : VERR_GENERAL_FAILURE;
     
    32413241    }
    32423242
    3243     if(RT_FAILURE(rc))
     3243    if (RT_FAILURE(rc))
    32443244    {
    32453245        /* tell the guest the command is complete */
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