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

checksrc: fix too long line

follow-up to e05ad5d
This commit is contained in:
Daniel Stenberg 2018-05-18 17:56:18 +02:00
parent e05ad5dd99
commit 27aebcc1d1
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -252,7 +252,7 @@ struct OperationConfig {
bool ssh_compression; /* enable/disable SSH compression */ bool ssh_compression; /* enable/disable SSH compression */
long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds. long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds.
0 is valid. default: CURL_HET_DEFAULT. */ 0 is valid. default: CURL_HET_DEFAULT. */
bool haproxy_protocol; /* whether to send HAProxy PROXY protocol v1 */ bool haproxy_protocol; /* whether to send HAProxy protocol v1 */
struct GlobalConfig *global; struct GlobalConfig *global;
struct OperationConfig *prev; struct OperationConfig *prev;
struct OperationConfig *next; /* Always last in the struct */ struct OperationConfig *next; /* Always last in the struct */