From 35c417312c0b0a9cb04a160dbc92fa10e8e0ef74 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 --- src/client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.c b/src/client.c index 42b87d06..cfaacf8f 100644 --- a/src/client.c +++ b/src/client.c @@ -493,8 +493,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()