]> granicus.if.org Git - graphviz/commitdiff
plugin/pango: [nfc] remove whitespace in preprocessor directives in gvplugin_pango.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 15:40:31 +0000 (16:40 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 18:33:11 +0000 (19:33 +0100)
plugin/pango/gvplugin_pango.c

index 6ac171d7b6b3bec57b6102ff9c23d8603faaddac..d777faedfe841fe6b0db9fb2ea7dcb96d62176bc 100644 (file)
@@ -24,9 +24,9 @@ static gvplugin_api_t apis[] = {
 };
 
 #ifdef _WIN32
-#   define GVPLUGIN_PANGO_API __declspec(dllexport)
+#define GVPLUGIN_PANGO_API __declspec(dllexport)
 #else
-#   define GVPLUGIN_PANGO_API
+#define GVPLUGIN_PANGO_API
 #endif
 
 GVPLUGIN_PANGO_API gvplugin_library_t gvplugin_pango_LTX_library = { "cairo", apis };