From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:23:08 +0000 (+0100) Subject: cgraph: [nfc] remove whitespace in preprocessor directives in cghdr.h X-Git-Tag: 3.0.0~87^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cbb040a5c1cbb823f1809e08d65fbd9347682d8;p=graphviz cgraph: [nfc] remove whitespace in preprocessor directives in cghdr.h --- diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index aa52f4e2f..d6005612b 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -13,13 +13,13 @@ #include "config.h" #ifdef _WIN32 -# ifdef EXPORT_CGHDR -# define CGHDR_API __declspec(dllexport) -# else -# define CGHDR_API __declspec(dllimport) -# endif +#ifdef EXPORT_CGHDR +#define CGHDR_API __declspec(dllexport) #else -# define CGHDR_API extern +#define CGHDR_API __declspec(dllimport) +#endif +#else +#define CGHDR_API extern #endif #include