1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

lib: clean up whitespace

This fixes CodeFactor warnings.
This commit is contained in:
Marcel Raad 2020-04-25 11:15:49 +02:00
parent 7bc709f670
commit 6ad062ae71
No known key found for this signature in database
GPG Key ID: FE4D8BC5EE1701DD
3 changed files with 0 additions and 3 deletions

View File

@ -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 */

View File

@ -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 {

View File

@ -1333,7 +1333,6 @@ struct urlpieces {
};
struct UrlState {
/* Points to the connection cache */
struct conncache *conn_cache;