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/ftp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ftp.c') diff --git a/lib/ftp.c b/lib/ftp.c index d41472b19..22bb4cd6c 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -335,7 +335,7 @@ static timediff_t ftp_timeleft_accept(struct Curl_easy *data) now = Curl_now(); /* check if the generic timeout possibly is set shorter */ - other = Curl_timeleft(data, &now, FALSE); + other = Curl_timeleft(data, &now, FALSE); if(other && (other < timeout_ms)) /* note that this also works fine for when other happens to be negative due to it already having elapsed */ -- cgit v1.2.3