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/cfg/VBoxNetCfg.cpp

    r60638 r60639  
    35003500    rc = vboxLoadIpHelpFunctions(hModule);
    35013501
    3502     if(SUCCEEDED(rc))
     3502    if (SUCCEEDED(rc))
    35033503        rc = vboxNetCfgWinGetInterfaceLUID(hKey, &luid);
    35043504
    3505     if(SUCCEEDED(rc))
     3505    if (SUCCEEDED(rc))
    35063506        rc = vboxNetCfgWinGetLoopbackMetric(&loopbackMetric);
    35073507
    3508     if(SUCCEEDED(rc))
     3508    if (SUCCEEDED(rc))
    35093509        rc = vboxNetCfgWinSetInterfaceMetric(&luid, loopbackMetric - 1);
    35103510
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