VirtualBox

Changeset 68015 in vbox


Ignore:
Timestamp:
Jul 18, 2017 11:07:43 AM (7 years ago)
Author:
vboxsync
Message:

com/ptr.h: no else after return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/ptr.h

    r65441 r68015  
    288288            if (m_p)
    289289                return m_p->QueryInterface(COM_IIDOF(T2), (void **)pp);
    290             else
    291             {
    292                 *pp = NULL;
    293                 return S_OK;
    294             }
     290            *pp = NULL;
     291            return S_OK;
    295292        }
    296 
    297293        return E_INVALIDARG;
    298294    }
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