From 8ca055e113c7f9d2222f903520a20448d0d10b6e Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 1 Jan 2022 17:00:03 +0100 Subject: [PATCH] cgraph: [nfc] align storage-class declarations to Graphviz standard in agxbuf.h --- lib/cgraph/agxbuf.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/cgraph/agxbuf.h b/lib/cgraph/agxbuf.h index 1b4538d4c..1d098a7c4 100644 --- a/lib/cgraph/agxbuf.h +++ b/lib/cgraph/agxbuf.h @@ -24,7 +24,9 @@ extern "C" { #else #define AGXBUF_API __declspec(dllimport) #endif -#else +#endif + +#ifndef AGXBUF_API #define AGXBUF_API /* nothing */ #endif -- 2.40.0