From: Magnus Jacobsson Date: Sun, 2 Jan 2022 18:13:30 +0000 (+0100) Subject: plugin/core: [nfc] remove whitespace in preprocessor directives in gvplugin_core.c X-Git-Tag: 3.0.0~77^2~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe52516caa1fc01ba78bcb2ab19216d01182905e;p=graphviz plugin/core: [nfc] remove whitespace in preprocessor directives in gvplugin_core.c --- 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 };