tidy-up: indentation in autotools sources

Indentation in `configure.ac` and `.m4` files.

Closes #14692
This commit is contained in:
Viktor Szakats 2024-08-28 18:01:27 +02:00
parent b70e8f4b9b
commit 68a224c291
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 460 additions and 460 deletions

View file

@ -532,7 +532,7 @@ AC_DEFUN([CURL_CHECK_LIB_ARES], [
AC_MSG_CHECKING([that c-ares is good and recent enough])
AC_LINK_IFELSE([
AC_LANG_PROGRAM([[
#include <ares.h>
#include <ares.h>
/* set of dummy functions in case c-ares was built with debug */
void curl_dofree() { }
void curl_sclose() { }