mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
lib: clean up whitespace
This fixes CodeFactor warnings.
This commit is contained in:
parent
7bc709f670
commit
6ad062ae71
@ -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 */
|
||||
|
@ -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 {
|
||||
|
@ -1333,7 +1333,6 @@ struct urlpieces {
|
||||
};
|
||||
|
||||
struct UrlState {
|
||||
|
||||
/* Points to the connection cache */
|
||||
struct conncache *conn_cache;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user