Browse Source

Correct indentation and remove unnecessary braces

0.15
Matthias Grundmann 7 years ago
parent
commit
31a14d4909
No known key found for this signature in database
GPG Key ID: 92E5A54A5A822119
  1. 4
      src/net.cpp

4
src/net.cpp

@ -1298,8 +1298,6 @@ void CConnman::ThreadSocketHandler() @@ -1298,8 +1298,6 @@ void CConnman::ThreadSocketHandler()
errorSet = FD_ISSET(pnode->hSocket, &fdsetError);
}
if (recvSet || errorSet)
{
{
{
// typical socket buffer is 8K-64K
char pchBuf[0x10000];
@ -1353,8 +1351,6 @@ void CConnman::ThreadSocketHandler() @@ -1353,8 +1351,6 @@ void CConnman::ThreadSocketHandler()
}
}
}
}
}
//
// Send

Loading…
Cancel
Save