[Bf-blender-cvs] [c8060a78fdf] master: GHOST/wayland: style fix

Christian Rauch noreply at git.blender.org
Thu May 14 00:54:36 CEST 2020


Commit: c8060a78fdf35a3a30660c3372ff74ff358c22b5
Author: Christian Rauch
Date:   Wed May 13 23:49:34 2020 +0100
Branches: master
https://developer.blender.org/rBc8060a78fdf35a3a30660c3372ff74ff358c22b5

GHOST/wayland: style fix

===================================================================

M	intern/ghost/intern/GHOST_SystemWayland.cpp

===================================================================

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



More information about the Bf-blender-cvs mailing list