From d23cc224e6d25eec99a988f4db18c040bde3e97b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 May 2020 08:26:20 +0200 Subject: cleanup: use a single space after equals sign in assignments --- lib/vssh/libssh2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/vssh/libssh2.c') diff --git a/lib/vssh/libssh2.c b/lib/vssh/libssh2.c index 3136e4471..0b73e6325 100644 --- a/lib/vssh/libssh2.c +++ b/lib/vssh/libssh2.c @@ -2599,7 +2599,7 @@ static CURLcode ssh_statemach_act(struct connectdata *conn, bool *block) /* download data */ bytecount = (curl_off_t)sb.st_size; - data->req.maxdownload = (curl_off_t)sb.st_size; + data->req.maxdownload = (curl_off_t)sb.st_size; Curl_setup_transfer(data, FIRSTSOCKET, bytecount, FALSE, -1); /* not set by Curl_setup_transfer to preserve keepon bits */ -- cgit v1.2.3