1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-11-20 02:42:09 +03:00

agent.c: formatting

Improved formatting of RECV_SEND_ALL macro.
This commit is contained in:
Will Cosgrove
2020-09-23 13:41:34 -07:00
committed by GitHub
parent a1975c5b59
commit 00d5b0c385

View File

@@ -177,9 +177,7 @@ agent_connect_unix(LIBSSH2_AGENT *agent)
#define RECV_SEND_ALL(func, socket, buffer, length, flags, abstract) \
int rc; \
size_t finished; \
\
finished = 0; \
size_t finished = 0; \
\
while(finished < length) { \
rc = func(socket, \