From 949cceeaa87a76d647660d3585ef9338bfaa3781 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 12:54:18 +0100 Subject: formatting --- src/wlstate.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wlstate.h') diff --git a/src/wlstate.h b/src/wlstate.h index 98885db..5cf3927 100644 --- a/src/wlstate.h +++ b/src/wlstate.h @@ -10,6 +10,6 @@ struct wlstate_s { i32 eventfd; }; -bool wayc_wlstate_init(struct wlstate_s *state); -void wayc_wlstate_deinit(struct wlstate_s *state); -void wayc_wlstate_update(struct wlstate_s *state); +bool wayc_wlstate_init(struct wlstate_s* state); +void wayc_wlstate_deinit(struct wlstate_s* state); +void wayc_wlstate_update(struct wlstate_s* state); -- cgit v1.2.3