summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-03-22 18:20:04 +0100
committerSebastian Pipping <sebastian@pipping.org>2023-03-22 18:20:04 +0100
commita256094b1def628e1c7d63b2f30d13c0b3555790 (patch)
treef125b71396847b8aace008a934dbe17f19d904da
parent5c070a53ddfc17e853424c9fe637200e2fa4fcba (diff)
downloadlibexpat-git-a256094b1def628e1c7d63b2f30d13c0b3555790.tar.gz
lib: Fix winconfig.h for clang-format
-rw-r--r--expat/lib/winconfig.h2
1 files changed, 1 insertions, 1 deletions
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 <windows.h>
#undef WIN32_LEAN_AND_MEAN