From 2b45dfcad766693f7018fd7638acefba70202eb1 Mon Sep 17 00:00:00 2001 From: Will Cosgrove Date: Thu, 11 Apr 2019 12:12:19 -0700 Subject: [PATCH] Formatting in agent.c Removed whitespace. --- src/agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent.c b/src/agent.c index 41af8782..0c8d8816 100644 --- a/src/agent.c +++ b/src/agent.c @@ -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) {