mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 05:23:01 +01:00
Merge #9930: Trivial: Correct indentation and bracing
31a14d4
Correct indentation and remove unnecessary braces (Matthias Grundmann)
Tree-SHA512: c0e827ec4474133c7674254dfd13f59608820cd639debc7759bddae71d73451645fcfe14384f343d08f74d69ac3922bafc12a514f3b790ae2bf9271aa67d5f36
This commit is contained in:
commit
9c94fb6c32
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user