From edd35cab5cbe0872b19b98936b58e4941c93de12 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Wed, 27 Jun 2007 10:14:00 +0000 Subject: removed trailing spaces. --- lib/ssh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/ssh.c b/lib/ssh.c index 7b5d1a788..b45134e73 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -384,7 +384,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn) sshc->rsa_pub = aprintf("%s", data->set.ssh_public_key); else if (home) sshc->rsa_pub = aprintf("%s/.ssh/id_dsa.pub", home); - + if (sshc->rsa_pub == NULL) { curl_free(home); state(conn, SSH_SESSION_FREE); @@ -1488,7 +1488,7 @@ CURLcode Curl_sftp_do(struct connectdata *conn, bool *done) if (data->set.ftp_list_only) { char *tmpLine; - + tmpLine = aprintf("%s\n", filename); if (tmpLine == NULL) { return CURLE_OUT_OF_MEMORY; -- cgit v1.2.3