Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rauch <Rauch.Christian@gmx.de>2020-05-14 01:49:34 +0300
committerChristian Rauch <Rauch.Christian@gmx.de>2020-05-14 01:51:51 +0300
commitc8060a78fdf35a3a30660c3372ff74ff358c22b5 (patch)
treeaea71fea22ebc16ae4f591094a467ddaec9d4a75 /intern/ghost
parenta53917152eb0b81feda09fa4bc99602449d18c35 (diff)
GHOST/wayland: style fix
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp2
1 files changed, 1 insertions, 1 deletions
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);