mirror of
https://github.com/curl/curl.git
synced 2026-08-26 18:53:33 +03:00
lib: fix formatting nits (part 1)
From `lib/a*` to `lib/cs*`. Closes #19764
This commit is contained in:
parent
2253bc330f
commit
47a1ab2ebe
28 changed files with 376 additions and 431 deletions
|
|
@ -36,9 +36,9 @@
|
|||
|
||||
|
||||
typedef enum {
|
||||
HAPROXY_INIT, /* init/default/no tunnel state */
|
||||
HAPROXY_SEND, /* data_out being sent */
|
||||
HAPROXY_DONE /* all work done */
|
||||
HAPROXY_INIT, /* init/default/no tunnel state */
|
||||
HAPROXY_SEND, /* data_out being sent */
|
||||
HAPROXY_DONE /* all work done */
|
||||
} haproxy_state;
|
||||
|
||||
struct cf_haproxy_ctx {
|
||||
|
|
@ -61,7 +61,7 @@ static void cf_haproxy_ctx_free(struct cf_haproxy_ctx *ctx)
|
|||
}
|
||||
}
|
||||
|
||||
static CURLcode cf_haproxy_date_out_set(struct Curl_cfilter*cf,
|
||||
static CURLcode cf_haproxy_date_out_set(struct Curl_cfilter *cf,
|
||||
struct Curl_easy *data)
|
||||
{
|
||||
struct cf_haproxy_ctx *ctx = cf->ctx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue