mirror of
https://github.com/curl/curl.git
synced 2026-08-05 03:16:13 +03:00
tidy-up: miscellaneous
- whitespace, indent, comments, clang-format. - openssl: move feature guards within function blocks. - tunit: drop redundant blocks. Closes #20361
This commit is contained in:
parent
2c6f13093e
commit
814b54d83e
45 changed files with 1521 additions and 1527 deletions
|
|
@ -26,12 +26,12 @@
|
|||
* </DESC>
|
||||
*/
|
||||
/* Use the socket_action interface to download multiple files in parallel,
|
||||
powered by libuv.
|
||||
|
||||
Requires libuv and (of course) libcurl.
|
||||
|
||||
See https://docs.libuv.org/en/v1.x/index.html libuv API documentation
|
||||
*/
|
||||
* powered by libuv.
|
||||
*
|
||||
* Requires libuv and (of course) libcurl.
|
||||
*
|
||||
* See https://docs.libuv.org/en/v1.x/index.html libuv API documentation
|
||||
*/
|
||||
|
||||
/* Requires: USE_LIBUV */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue