From a256094b1def628e1c7d63b2f30d13c0b3555790 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 22 Mar 2023 18:20:04 +0100 Subject: lib: Fix winconfig.h for clang-format --- expat/lib/winconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/lib/winconfig.h b/expat/lib/winconfig.h index 62caa47b..688b949c 100644 --- a/expat/lib/winconfig.h +++ b/expat/lib/winconfig.h @@ -36,7 +36,7 @@ #define WINCONFIG_H #ifndef WIN32_LEAN_AND_MEAN -#define WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN #endif #include #undef WIN32_LEAN_AND_MEAN -- cgit v1.2.1