summaryrefslogtreecommitdiff
path: root/include/wayland-source.h
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-06-16 18:37:04 +0200
committerkotontrion <[email protected]>2024-06-16 18:37:04 +0200
commit36ce3262ac1f137866bf7f94a2ffea8c6c6fcee6 (patch)
treea842210653b6b64796daf41b488fb4b61a1cf351 /include/wayland-source.h
parent637875607f230ab7bd45d05db685323f568900f9 (diff)
fix code style
Diffstat (limited to 'include/wayland-source.h')
-rw-r--r--include/wayland-source.h4
1 files changed, 2 insertions, 2 deletions
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