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/win/NetIf-win.cpp

    r45073 r45367  
    15131513                                hr = pBp->EnumBindingInterfaces(&pEnumBi);
    15141514                                Assert(hr == S_OK);
    1515                                 if ( hr == S_OK )
     1515                                if (hr == S_OK)
    15161516                                {
    15171517                                    hr = pEnumBi->Reset();
     
    15211521                                        while ((hr = pEnumBi->Next(1, &pBi, NULL)) == S_OK)
    15221522                                        {
    1523                                             hr = pBi->GetLowerComponent( &pMpNcc );
     1523                                            hr = pBi->GetLowerComponent(&pMpNcc);
    15241524                                            Assert(hr == S_OK);
    15251525                                            if (hr == S_OK)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette