mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
remove trailing whitespace
This commit is contained in:
parent
e7e6021414
commit
1ba5ffeea3
1 changed files with 1 additions and 1 deletions
|
@ -860,7 +860,7 @@ bool CWII_IPC_HLE_Device_net_ip_top::IOCtl(u32 _CommandAddress)
|
|||
DWORD ifIndex = -1;
|
||||
std::unique_ptr<MIB_IPFORWARDTABLE> forwardTable;
|
||||
std::unique_ptr<MIB_IPADDRTABLE> ipTable;
|
||||
|
||||
|
||||
forwardTableSize = 0;
|
||||
if (GetIpForwardTable(nullptr, &forwardTableSize, FALSE) == ERROR_INSUFFICIENT_BUFFER)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue