GHOST/wayland: style fix

This commit is contained in:
Christian Rauch
2020-05-13 23:49:34 +01:00
parent a53917152e
commit c8060a78fd

View File

@@ -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<cursor_t *>(data);