From b559cfbd322597f5e405fc94c288a0f5bf2238d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Feb 2025 14:23:30 -0500 Subject: Update whitespace Apparently clang-format 19 decided to get even worse in this case. The C and C++ committes really, really should have sorted out this nonsense a decade ago. --- src/x11.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/x11.c b/src/x11.c index b8e042c..9583296 100644 --- a/src/x11.c +++ b/src/x11.c @@ -70,7 +70,8 @@ #ifdef __cplusplus # define PUGL_INIT_STRUCT \ - {} + { \ + } #else # define PUGL_INIT_STRUCT {0} #endif -- cgit v1.2.1