From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:29:37 +0000 (+0100) Subject: cgraph: [nfc] remove whitespace in preprocessor directives in cgraph.h X-Git-Tag: 3.0.0~87^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f776f081d1e2b9e661e46eea8e251acb8357ab71;p=graphviz cgraph: [nfc] remove whitespace in preprocessor directives in cgraph.h --- diff --git a/lib/cgraph/cgraph.h b/lib/cgraph/cgraph.h index c31bc9131..7de0cc137 100644 --- a/lib/cgraph/cgraph.h +++ b/lib/cgraph/cgraph.h @@ -18,13 +18,13 @@ extern "C" { #endif #ifdef _WIN32 -# ifdef EXPORT_CGRAPH -# define CGRAPH_API __declspec(dllexport) -# else -# define CGRAPH_API __declspec(dllimport) -# endif +#ifdef EXPORT_CGRAPH +#define CGRAPH_API __declspec(dllexport) #else -# define CGRAPH_API /* nothing */ +#define CGRAPH_API __declspec(dllimport) +#endif +#else +#define CGRAPH_API /* nothing */ #endif #ifndef FALSE