From: Magnus Jacobsson Date: Sun, 2 Jan 2022 18:30:11 +0000 (+0100) Subject: plugin/neato_layout: [nfc] remove whitespace in preprocessor directives in gvplugin_n... X-Git-Tag: 3.0.0~77^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f3f0f5bd6ac85c27e3b3f0a33d6c7ff56161d47;p=graphviz plugin/neato_layout: [nfc] remove whitespace in preprocessor directives in gvplugin_neato_layout.cpp --- diff --git a/plugin/neato_layout/gvplugin_neato_layout.c b/plugin/neato_layout/gvplugin_neato_layout.c index 13f3aeda1..49ca994cc 100644 --- a/plugin/neato_layout/gvplugin_neato_layout.c +++ b/plugin/neato_layout/gvplugin_neato_layout.c @@ -20,9 +20,9 @@ static gvplugin_api_t apis[] = { }; #ifdef GVDLL -# define GVPLUGIN_NEATO_LAYOUT_API __declspec(dllexport) +#define GVPLUGIN_NEATO_LAYOUT_API __declspec(dllexport) #else -# define GVPLUGIN_NEATO_LAYOUT_API +#define GVPLUGIN_NEATO_LAYOUT_API #endif GVPLUGIN_NEATO_LAYOUT_API gvplugin_library_t gvplugin_neato_layout_LTX_library = { "neato_layout", apis };