From 542503ddf22a8bfe214ec17cad44efb09564b215 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Jul 2025 18:01:57 +1000 Subject: [PATCH] Cleanup: format --- intern/ghost/intern/GHOST_SystemWayland.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/intern/ghost/intern/GHOST_SystemWayland.cc b/intern/ghost/intern/GHOST_SystemWayland.cc index 82b8b3ba794..0d9328e42cd 100644 --- a/intern/ghost/intern/GHOST_SystemWayland.cc +++ b/intern/ghost/intern/GHOST_SystemWayland.cc @@ -2684,7 +2684,10 @@ static char *read_file_as_buffer(const int fd, const bool nil_terminate, size_t /** \name Private Cursor API * \{ */ -static void cursor_buffer_set_surface_impl(const wl_cursor_image *wl_image, wl_buffer *buffer, wl_surface *wl_surface, const int scale) +static void cursor_buffer_set_surface_impl(const wl_cursor_image *wl_image, + wl_buffer *buffer, + wl_surface *wl_surface, + const int scale) { const int32_t image_size_x = int32_t(wl_image->width); const int32_t image_size_y = int32_t(wl_image->height);