From: Magnus Jacobsson Date: Mon, 10 Jan 2022 15:40:31 +0000 (+0100) Subject: plugin/pango: [nfc] remove whitespace in preprocessor directives in gvplugin_pango.c X-Git-Tag: 3.0.0~77^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=16c7939b312fa5657981e329f84c139a06ebdf33;p=graphviz plugin/pango: [nfc] remove whitespace in preprocessor directives in gvplugin_pango.c --- diff --git a/plugin/pango/gvplugin_pango.c b/plugin/pango/gvplugin_pango.c index 6ac171d7b..d777faedf 100644 --- a/plugin/pango/gvplugin_pango.c +++ b/plugin/pango/gvplugin_pango.c @@ -24,9 +24,9 @@ static gvplugin_api_t apis[] = { }; #ifdef _WIN32 -# define GVPLUGIN_PANGO_API __declspec(dllexport) +#define GVPLUGIN_PANGO_API __declspec(dllexport) #else -# define GVPLUGIN_PANGO_API +#define GVPLUGIN_PANGO_API #endif GVPLUGIN_PANGO_API gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis };