gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 251/264: lib: clean up whitespace


From: gnunet
Subject: [gnurl] 251/264: lib: clean up whitespace
Date: Thu, 30 Apr 2020 16:09:14 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 6ad062ae71f13918acaf456756c2a6de5aeab70e
Author: Marcel Raad <address@hidden>
AuthorDate: Sat Apr 25 11:15:49 2020 +0200

    lib: clean up whitespace
    
    This fixes CodeFactor warnings.
---
 lib/ftp.h     | 1 -
 lib/smb.h     | 1 -
 lib/urldata.h | 1 -
 3 files changed, 3 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 */
diff --git a/lib/smb.h b/lib/smb.h
index 9ce6b5615..d1c45e2c1 100644
--- 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 {
diff --git a/lib/urldata.h b/lib/urldata.h
index 6e426a29f..50d8b84a6 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1333,7 +1333,6 @@ struct urlpieces {
 };
 
 struct UrlState {
-
   /* Points to the connection cache */
   struct conncache *conn_cache;
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]