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

Formatting in agent.c

Removed whitespace.
This commit is contained in:
Will Cosgrove
2019-04-11 12:12:19 -07:00
committed by GitHub
parent 12343f11da
commit 2b45dfcad7

View File

@@ -836,7 +836,7 @@ libssh2_agent_set_identity_path(LIBSSH2_AGENT *agent, const char *path)
LIBSSH2_FREE(agent->session, agent->identity_agent_path);
agent->identity_agent_path = NULL;
}
if(path) {
size_t path_len = strlen(path);
if(path_len < SIZE_MAX - 1) {