aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-02-06 14:23:30 -0500
committerDavid Robillard <d@drobilla.net>2025-02-06 14:23:46 -0500
commitb559cfbd322597f5e405fc94c288a0f5bf2238d6 (patch)
treea23757275d2134f097bd774ecbd8a3039962000b
parent5287bd136502ae3c184be99605744625b0bbb0f7 (diff)
downloadpugl-b559cfbd322597f5e405fc94c288a0f5bf2238d6.tar.gz
pugl-b559cfbd322597f5e405fc94c288a0f5bf2238d6.tar.bz2
pugl-b559cfbd322597f5e405fc94c288a0f5bf2238d6.zip
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.
-rw-r--r--src/x11.c3
1 files changed, 2 insertions, 1 deletions
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