From 52cc4a85fd7e5265ba8ff0f08adf4858f6773a11 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 30 Oct 2022 17:38:16 +0100 Subject: style: use space after comment start and before comment end /* like this */ /*not this*/ checksrc is updated accordingly Closes #9828 --- 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 52339152f..7d91caad8 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -1164,7 +1164,7 @@ static CURLcode ftp_state_use_port(struct Curl_easy *data, port++; } - /* maybe all ports were in use already*/ + /* maybe all ports were in use already */ if(port > port_max) { failf(data, "bind() failed, we ran out of ports"); Curl_closesocket(data, conn, portsock); -- cgit v1.2.1