From 8a8498b586bf216fde33299dd2d94841cdfe0420 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 29 Oct 2018 14:36:40 +0100 Subject: [PATCH] client: Reformat comment Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry picked from commit 35c417312c0b0a9cb04a160dbc92fa10e8e0ef74) --- src/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.c b/src/client.c index d4b7ee57..1132c0a0 100644 --- a/src/client.c +++ b/src/client.c @@ -494,8 +494,8 @@ static int ssh_connect_termination(void *user){ * @param[in] session The ssh session to connect. * * @returns SSH_OK on success, SSH_ERROR on error. - * @returns SSH_AGAIN, if the session is in nonblocking mode, - * and call must be done again. + * @returns SSH_AGAIN, if the session is in nonblocking mode, + * and call must be done again. * * @see ssh_new() * @see ssh_disconnect()