From 9e7f4e604a8545f5d5c8022cd2a71805fd6bd48e Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Tue, 6 Feb 2024 01:34:48 +0300 Subject: [PATCH] fix indentation --- Global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Global.h b/Global.h index 2b6b66be5..5fa4eae5a 100644 --- a/Global.h +++ b/Global.h @@ -215,10 +215,10 @@ using TLockGuardRec = std::lock_guard; /* ---------------------------------------------------------------------------- */ // Import + Export macro declarations #ifdef VCMI_WINDOWS -#ifdef VCMI_DLL_STATIC +# ifdef VCMI_DLL_STATIC # define DLL_IMPORT # define DLL_EXPORT -#elif defined(__GNUC__) +# elif defined(__GNUC__) # define DLL_IMPORT __attribute__((dllimport)) # define DLL_EXPORT __attribute__((dllexport)) # else