aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-21 09:24:02 -0500
committerDavid Robillard <d@drobilla.net>2025-01-21 09:24:02 -0500
commit88759ddbcc4205c9b1a5021fe360bc052ae1dea3 (patch)
tree3640f17629e0b86850679bc30b2af167833b6091 /src/x11.c
parent6a74f3e00786d18835278e29000b3938104c6241 (diff)
downloadpugl-88759ddbcc4205c9b1a5021fe360bc052ae1dea3.tar.gz
pugl-88759ddbcc4205c9b1a5021fe360bc052ae1dea3.tar.bz2
pugl-88759ddbcc4205c9b1a5021fe360bc052ae1dea3.zip
Fix whitespace
Diffstat (limited to 'src/x11.c')
-rw-r--r--src/x11.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/x11.c b/src/x11.c
index 217838f..f09e8e5 100644
--- a/src/x11.c
+++ b/src/x11.c
@@ -72,10 +72,7 @@
# define PUGL_INIT_STRUCT \
{}
#else
-# define PUGL_INIT_STRUCT \
- { \
- 0 \
- }
+# define PUGL_INIT_STRUCT {0}
#endif
enum WmClientStateMessageAction {