tidy-up: whitespace/indent

Closes #17925
This commit is contained in:
Viktor Szakats
2025-07-14 13:48:52 +02:00
parent e9ae1bd404
commit 3222eabe18
9 changed files with 45 additions and 47 deletions

View File

@@ -329,7 +329,7 @@
defined(__ppc__) || defined(__powerpc__) || defined(__arm__) || \
defined(__sparc__) || defined(__mips__) || defined(__sh__) || \
defined(__XTENSA__) || \
(defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 4) || \
(defined(__SIZEOF_LONG__) && __SIZEOF_LONG__ == 4) || \
(defined(__LONG_MAX__) && __LONG_MAX__ == 2147483647L))
# define CURL_TYPEOF_CURL_OFF_T long long
# define CURL_FORMAT_CURL_OFF_T "lld"