VirtualBox

Ignore:
Timestamp:
Apr 5, 2013 1:02:06 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84789
Message:

Main: a couple of whitespace fixes

File:
1 edited

Legend:

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

    r44742 r45367  
    316316    int rc = VINF_SUCCESS;
    317317    HRESULT hr = pVBox->COMGETTER(Host)(host.asOutParam());
    318     if(SUCCEEDED(hr))
     318    if (SUCCEEDED(hr))
    319319    {
    320320        Bstr ifname;
     
    329329                            Bstr("Removing host network interface").raw(),
    330330                            FALSE /* aCancelable */);
    331         if(SUCCEEDED(rc))
     331        if (SUCCEEDED(rc))
    332332        {
    333333            progress.queryInterfaceTo(aProgress);
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