VirtualBox

Ignore:
Timestamp:
Jul 30, 2009 12:42:08 PM (15 years ago)
Author:
vboxsync
Message:

Main: coding style: have Main obey the standard VirtualBox coding style rules (no functional changes)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp

    r20267 r21878  
    589589    nsCOMPtr <nsIExceptionService> es;
    590590    es = do_GetService (NS_EXCEPTIONSERVICE_CONTRACTID, &rc);
    591     if (NS_SUCCEEDED (rc))
     591    if (NS_SUCCEEDED(rc))
    592592    {
    593593        nsCOMPtr <nsIExceptionManager> em;
    594594        rc = es->GetCurrentExceptionManager (getter_AddRefs (em));
    595         if (NS_SUCCEEDED (rc))
     595        if (NS_SUCCEEDED(rc))
    596596        {
    597597            nsCOMPtr<nsIException> ex;
    598598            rc = em->GetCurrentException (getter_AddRefs (ex));
    599             if (NS_SUCCEEDED (rc) && ex)
     599            if (NS_SUCCEEDED(rc) && ex)
    600600            {
    601601                nsCOMPtr <IVirtualBoxErrorInfo> info;
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