mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-18 23:36:39 +01:00
Whitespace to follow coding style convention
This commit is contained in:
parent
f2665262f7
commit
f32399454c
1 changed files with 94 additions and 94 deletions
2
util.cpp
2
util.cpp
|
@ -626,7 +626,7 @@ namespace net
|
|||
== ERROR_BUFFER_OVERFLOW)
|
||||
{
|
||||
FREE (pAddresses);
|
||||
pAddresses = (IP_ADAPTER_ADDRESSES *)MALLOC(outBufLen);
|
||||
pAddresses = (IP_ADAPTER_ADDRESSES *)MALLOC (outBufLen);
|
||||
}
|
||||
|
||||
dwRetVal = GetAdaptersAddresses (AF_INET6, GAA_FLAG_INCLUDE_PREFIX, nullptr, pAddresses, &outBufLen);
|
||||
|
|
Loading…
Add table
Reference in a new issue