From 949cceeaa87a76d647660d3585ef9338bfaa3781 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 12:54:18 +0100 Subject: formatting --- src/xdg-shell.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/xdg-shell.c') diff --git a/src/xdg-shell.c b/src/xdg-shell.c index 14733ba..5e6adc7 100644 --- a/src/xdg-shell.c +++ b/src/xdg-shell.c @@ -28,11 +28,12 @@ * DEALINGS IN THE SOFTWARE. */ -#include "wayland-util.h" #include #include #include +#include "wayland-util.h" + #ifndef __has_attribute #define __has_attribute(x) 0 /* Compatibility with non-clang compilers. */ #endif @@ -51,7 +52,7 @@ extern const struct wl_interface xdg_positioner_interface; extern const struct wl_interface xdg_surface_interface; extern const struct wl_interface xdg_toplevel_interface; -static const struct wl_interface *xdg_shell_types[] = { +static const struct wl_interface* xdg_shell_types[] = { NULL, NULL, NULL, -- cgit v1.2.3