tidy-up: indent, whitespace, comment in sources

Cherry-picked from #14692
Closes #14995
This commit is contained in:
Viktor Szakats 2024-08-26 13:25:34 +02:00
parent 8afdf8dc5a
commit 1064dfa86a
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
8 changed files with 12 additions and 21 deletions

View File

@ -21,7 +21,6 @@
* SPDX-License-Identifier: curl
*
***************************************************************************/
/* lib/curl_config.h.in. Generated somehow by cmake. */
/* Location of default ca bundle */
#cmakedefine CURL_CA_BUNDLE "${CURL_CA_BUNDLE}"

View File

@ -66,13 +66,4 @@
#include "version_win32.h"
/* "version_win32.h" provides curlx_verify_windows_version() */
/* Now setup curlx_ * names for the functions that are to become curlx_ and
be removed from a future libcurl official API:
curlx_getenv
curlx_mprintf (and its variations)
curlx_strcasecompare
curlx_strncasecompare
*/
#endif /* HEADER_CURL_CURLX_H */

View File

@ -1121,6 +1121,7 @@ if($error) {
exit 1;
}
#***************************************************************************
# Initialize client sftp config with options actually supported.
#