]> granicus.if.org Git - graphviz/commitdiff
plugin/core: [nfc] remove whitespace in preprocessor directives in gvplugin_core.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 18:13:30 +0000 (19:13 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 18:31:15 +0000 (19:31 +0100)
plugin/core/gvplugin_core.c

index 73984fb351495234722fcac466ca602d7987d4b8..d79c489799bc373dbda4c7d85e6087f6435f2c51 100644 (file)
@@ -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 };