mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
lib: fix formatting nits (part 3)
From `lib/h` to `lib/w`. part 1:47a1ab2ebe#19764 part 2:86b346443b#19800 Closes #19811
This commit is contained in:
parent
dc8c0d54a5
commit
c3b030b860
102 changed files with 2001 additions and 2226 deletions
|
|
@ -27,9 +27,9 @@
|
|||
#include "curl_setup.h"
|
||||
|
||||
#ifdef CURL_DISABLE_PROXY
|
||||
#define Curl_SOCKS4(a,b,c,d,e) CURLE_NOT_BUILT_IN
|
||||
#define Curl_SOCKS5(a,b,c,d,e,f) CURLE_NOT_BUILT_IN
|
||||
#define Curl_SOCKS_getsock(x,y,z) 0
|
||||
#define Curl_SOCKS4(a, b, c, d, e) CURLE_NOT_BUILT_IN
|
||||
#define Curl_SOCKS5(a, b, c, d, e, f) CURLE_NOT_BUILT_IN
|
||||
#define Curl_SOCKS_getsock(x, y, z) 0
|
||||
#else
|
||||
/*
|
||||
* Helper read-from-socket functions. Does the same as Curl_read() but it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue