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

index 2173bc402f98cf5dcfb6d4a6291192fa4d5074e6..ca49dff757a473166f27fdaf221930dcf3f01e42 100644 (file)
@@ -30,9 +30,9 @@ static gvplugin_api_t apis[] = {
 };
 
 #ifdef _WIN32
-#   define GVPLUGIN_GD_API __declspec(dllexport)
+#define GVPLUGIN_GD_API __declspec(dllexport)
 #else
-#   define GVPLUGIN_GD_API
+#define GVPLUGIN_GD_API
 #endif
 
 GVPLUGIN_GD_API gvplugin_library_t gvplugin_gd_LTX_library = { "gd", apis };