system.h: fix indentation

Closes #15974
This commit is contained in:
Viktor Szakats 2025-01-12 03:53:07 +01:00
parent 0ad30f0f64
commit 410c4629f2
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -121,7 +121,7 @@
# define CURL_TYPEOF_CURL_SOCKLEN_T unsigned int
#elif defined(__TANDEM)
# if ! defined(__LP64)
# if !defined(__LP64)
# define CURL_TYPEOF_CURL_OFF_T long long
# define CURL_FORMAT_CURL_OFF_T "lld"
# define CURL_FORMAT_CURL_OFF_TU "llu"