diff options
author | David Robillard <d@drobilla.net> | 2025-02-06 14:23:30 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-06 14:23:46 -0500 |
commit | b559cfbd322597f5e405fc94c288a0f5bf2238d6 (patch) | |
tree | a23757275d2134f097bd774ecbd8a3039962000b | |
parent | 5287bd136502ae3c184be99605744625b0bbb0f7 (diff) | |
download | pugl-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -70,7 +70,8 @@ #ifdef __cplusplus # define PUGL_INIT_STRUCT \ - {} + { \ + } #else # define PUGL_INIT_STRUCT {0} #endif |