Unverified Commit 27aebcc1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

checksrc: fix too long line

follow-up to e05ad5dd
parent e05ad5dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ struct OperationConfig {
  bool ssh_compression;           /* enable/disable SSH compression */
  long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds.
                                     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 OperationConfig *prev;
  struct OperationConfig *next;   /* Always last in the struct */