VirtualBox

Ignore:
Timestamp:
Apr 22, 2016 7:37:54 AM (9 years ago)
Author:
vboxsync
Message:

HostDrivers/win: coding style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpInstall.cpp

    r57192 r60639  
    5555            LPWSTR lpszLockedBy = NULL;
    5656            hr = VBoxNetCfgWinQueryINetCfg(&pnc, TRUE, VBOX_NETADP_APP_NAME, 10000, &lpszLockedBy);
    57             if(hr == S_OK)
     57            if (hr == S_OK)
    5858            {
    5959
    6060                hr = VBoxNetCfgWinNetAdpInstall(pnc, MpInf);
    6161
    62                 if(hr == S_OK)
     62                if (hr == S_OK)
    6363                {
    6464                    wprintf(L"installed successfully\n");
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