Whitespace to follow coding style convention

This commit is contained in:
Yuriy Grishin 2015-03-15 10:07:39 -07:00
parent f2665262f7
commit f32399454c

View file

@ -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);