summaryrefslogtreecommitdiff
path: root/lib/ftp.h
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2020-04-25 11:15:49 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2020-04-25 11:15:49 +0200
commit6ad062ae71f13918acaf456756c2a6de5aeab70e (patch)
tree6700cfee286b83330fca4f7e3a6193ddf083137c /lib/ftp.h
parent7bc709f670237fbee49e24bc96ec3f190b8fc539 (diff)
downloadcurl-6ad062ae71f13918acaf456756c2a6de5aeab70e.tar.gz
lib: clean up whitespace
This fixes CodeFactor warnings.
Diffstat (limited to 'lib/ftp.h')
-rw-r--r--lib/ftp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ftp.h b/lib/ftp.h
index 984347f2a..06421c6a4 100644
--- a/lib/ftp.h
+++ b/lib/ftp.h
@@ -150,7 +150,6 @@ struct ftp_conn {
connection to */
char *newhost; /* this is the pair to connect the DATA... */
unsigned short newport; /* connection to */
-
};
#define DEFAULT_ACCEPT_TIMEOUT 60000 /* milliseconds == one minute */