summaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-10-15 15:30:55 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-10-15 15:33:13 +0200
commit8d972677ea660221b81086daf51629f5c34c2181 (patch)
tree16f89396cd773efcf3e7f6864ed707343232ce5e /lib/ftp.c
parent8b1a10cdf7fe0dd1dc288106500f6333b77b51a6 (diff)
downloadcurl-bagder/checksrc-emptylinebrace.tar.gz
checksrc: warn on empty line before open bracebagder/checksrc-emptylinebrace
... and fix a few occurances
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 11031da6f..46533c71b 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -901,7 +901,6 @@ typedef enum {
static CURLcode ftp_state_use_port(struct connectdata *conn,
ftpport fcmd) /* start with this */
-
{
CURLcode result = CURLE_OK;
struct ftp_conn *ftpc = &conn->proto.ftpc;