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

index 13f3aeda1231c3b78f9d4e9d1f6df01a88e96beb..49ca994ccfae9b2569a0fc0480e75f794338cbcc 100644 (file)
@@ -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 };