13
0

clean up whitespace

This commit is contained in:
Paul Davis 2014-12-04 09:11:37 -05:00
parent 5f9e81b105
commit 4e8dfda880
2 changed files with 44 additions and 45 deletions

View File

@ -27,8 +27,7 @@ CrossThreadChannel::CrossThreadChannel (bool non_blocking)
{
WSADATA wsaData;
if(WSAStartup(MAKEWORD(1,1),&wsaData) != 0)
{
if(WSAStartup(MAKEWORD(1,1),&wsaData) != 0) {
std::cerr << "CrossThreadChannel::CrossThreadChannel() Winsock initialization failed with error: " << WSAGetLastError() << std::endl;
return;
}