mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-03 12:11:52 +02:00
Correct indentation and remove unnecessary braces
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user