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

index 759c66ec8ba3c615b13d258d7fd443b55e74e0db..fda227c82ad03daf8c3875538d982d9db920a0e7 100644 (file)
@@ -19,9 +19,9 @@ static gvplugin_api_t apis[] = {
 
 
 #ifdef _WIN32
-#   define GVPLUGIN_DOT_LAYOUT_API __declspec(dllexport)
+#define GVPLUGIN_DOT_LAYOUT_API __declspec(dllexport)
 #else
-#   define GVPLUGIN_DOT_LAYOUT_API
+#define GVPLUGIN_DOT_LAYOUT_API
 #endif
 
 GVPLUGIN_DOT_LAYOUT_API gvplugin_library_t gvplugin_dot_layout_LTX_library = { "dot_layout", apis };