From c8060a78fdf35a3a30660c3372ff74ff358c22b5 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Wed, 13 May 2020 23:49:34 +0100 Subject: GHOST/wayland: style fix --- intern/ghost/intern/GHOST_SystemWayland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp index 444c6010af0..1346e1bce20 100644 --- a/intern/ghost/intern/GHOST_SystemWayland.cpp +++ b/intern/ghost/intern/GHOST_SystemWayland.cpp @@ -752,7 +752,7 @@ static const struct wl_data_device_listener data_device_listener = { data_device_selection, }; -static void cursor_buffer_release(void * data, struct wl_buffer *wl_buffer) +static void cursor_buffer_release(void *data, struct wl_buffer *wl_buffer) { cursor_t *cursor = static_cast(data); -- cgit v1.2.3