Correct indentation and remove unnecessary braces

This commit is contained in:
Matthias Grundmann 2017-03-06 17:54:08 +01:00
parent 12af74b289
commit 31a14d4909
No known key found for this signature in database
GPG Key ID: 92E5A54A5A822119
3 changed files with 131 additions and 135 deletions

View File

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