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:
Viktor Szakats 2026-01-16 18:13:44 +01:00
parent 2c6f13093e
commit 814b54d83e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
45 changed files with 1521 additions and 1527 deletions

View file

@ -270,8 +270,8 @@ Download the latest version of the `cygwin` packages required (*and suggested*)
Once all the packages have been installed, begin the process of installing curl from the source code:
<details>
<summary>configure_options</summary>
<details>
<summary>configure_options</summary>
```
--with-gnutls
@ -282,7 +282,7 @@ Once all the packages have been installed, begin the process of installing curl
--without-ssl
```
</details>
</details>
1. `sh configure <configure_options>`
2. `make`