From 36ce3262ac1f137866bf7f94a2ffea8c6c6fcee6 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Sun, 16 Jun 2024 18:37:04 +0200 Subject: fix code style --- include/wayland-source.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/wayland-source.h') diff --git a/include/wayland-source.h b/include/wayland-source.h index ad6ed8c..342d82b 100644 --- a/include/wayland-source.h +++ b/include/wayland-source.h @@ -6,8 +6,8 @@ G_BEGIN_DECLS typedef struct _WLSource WLSource; WLSource* wl_source_new(); -void wl_source_free(WLSource *self); -struct wl_display* wl_source_get_display(WLSource *source); +void wl_source_free(WLSource* self); +struct wl_display* wl_source_get_display(WLSource* source); G_END_DECLS -- cgit v1.2.3