From 3eaad8eed0ff48e83d88e2e079cc34cdc35c5294 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:47:14 +0100 Subject: [PATCH] cgraph++: [nfc] align storage-class declarations to Graphviz standard in AGraph.h --- lib/cgraph++/AGraph.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/cgraph++/AGraph.h b/lib/cgraph++/AGraph.h index d508eacbf..fc779472e 100644 --- a/lib/cgraph++/AGraph.h +++ b/lib/cgraph++/AGraph.h @@ -11,7 +11,9 @@ #else #define AGRAPH_API __declspec(dllimport) #endif -#else +#endif + +#ifndef AGRAPH_API #define AGRAPH_API /* nothing */ #endif -- 2.40.0