configure: fix indentation

Also:
- move `then`s and an `in` inline.
- whitespace.

Closes #14628
This commit is contained in:
Viktor Szakats 2024-08-21 11:08:54 +02:00
parent 35034df1ca
commit 0052b4b52d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
7 changed files with 1149 additions and 1104 deletions

View file

@ -852,13 +852,13 @@ AC_DEFUN([CURL_SET_COMPILER_WARNING_OPTS], [
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [enum-conversion])
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [sometimes-uninitialized])
case $host_os in
cygwin* | mingw*)
dnl skip missing-variable-declarations warnings for Cygwin and
dnl MinGW because the libtool wrapper executable causes them
;;
*)
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [missing-variable-declarations])
;;
cygwin* | mingw*)
dnl skip missing-variable-declarations warnings for Cygwin and
dnl MinGW because the libtool wrapper executable causes them
;;
*)
CURL_ADD_COMPILER_WARNINGS([tmp_CFLAGS], [missing-variable-declarations])
;;
esac
fi
#