From: <sv...@op...> - 2024-10-31 11:40:23
|
Author: manx Date: Thu Oct 31 12:40:11 2024 New Revision: 22037 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22037 Log: [Var] Run clang-format. Modified: trunk/OpenMPT/src/mpt/base/detect_libc.hpp Modified: trunk/OpenMPT/src/mpt/base/detect_libc.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/base/detect_libc.hpp Thu Oct 31 11:43:37 2024 (r22036) +++ trunk/OpenMPT/src/mpt/base/detect_libc.hpp Thu Oct 31 12:40:11 2024 (r22037) @@ -27,10 +27,10 @@ #elif (defined(__GLIBC__) || defined(__GNU_LIBRARY__)) #define MPT_LIBC_GLIBC 1 #elif defined(_UCRT) -#define MPT_LIBC_MS 1 +#define MPT_LIBC_MS 1 #define MPT_LIBC_MS_UCRT 1 #elif MPT_COMPILER_MSVC -#define MPT_LIBC_MS 1 +#define MPT_LIBC_MS 1 #define MPT_LIBC_MS_MSVCRT 1 #elif MPT_COMPILER_CLANG && MPT_OS_WINDOWS #define MPT_LIBC_MS 1 |