From fe52516caa1fc01ba78bcb2ab19216d01182905e Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 19:13:30 +0100 Subject: [PATCH] plugin/core: [nfc] remove whitespace in preprocessor directives in gvplugin_core.c --- plugin/core/gvplugin_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/core/gvplugin_core.c b/plugin/core/gvplugin_core.c index 73984fb35..d79c48979 100644 --- a/plugin/core/gvplugin_core.c +++ b/plugin/core/gvplugin_core.c @@ -70,9 +70,9 @@ static gvplugin_api_t apis[] = { }; #ifdef _WIN32 -# define GVPLUGIN_CORE_API __declspec(dllexport) +#define GVPLUGIN_CORE_API __declspec(dllexport) #else -# define GVPLUGIN_CORE_API +#define GVPLUGIN_CORE_API #endif GVPLUGIN_CORE_API gvplugin_library_t gvplugin_core_LTX_library = { "core", apis }; -- 2.40.0