]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: clean up whitespace
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 25 Apr 2020 09:15:49 +0000 (11:15 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Sat, 25 Apr 2020 09:15:49 +0000 (11:15 +0200)
This fixes CodeFactor warnings.

lib/ftp.h
lib/smb.h
lib/urldata.h

index 984347f2a37fc9f6968324e14e13ecd10804785b..06421c6a40de5053ddd4db20cab62e36524b0bd0 100644 (file)
--- 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 */
index 9ce6b56157d6d783f32c7552e0c7d93a23e01def..d1c45e2c1b97c60181a07cc170f964f3b05e8e12 100644 (file)
--- a/lib/smb.h
+++ b/lib/smb.h
@@ -193,7 +193,6 @@ struct smb_nt_create_response {
   unsigned int ext_file_attributes;
   curl_off_t allocation_size;
   curl_off_t end_of_file;
-
 } PACK;
 
 struct smb_read {
index 6e426a29fdabcdda0f88a9ef4a68d71d89b9f73a..50d8b84a62b9905a29e6de8d6e785b2b9d2ccee8 100644 (file)
@@ -1333,7 +1333,6 @@ struct urlpieces {
 };
 
 struct UrlState {
-
   /* Points to the connection cache */
   struct conncache *conn_cache;