From 2983ea4616b399d595682ce8ee1a210ab1f0c0eb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 13 Jul 2025 16:25:25 +1000 Subject: [PATCH] Cleanup: format --- intern/ghost/intern/GHOST_WindowWayland.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/intern/ghost/intern/GHOST_WindowWayland.cc b/intern/ghost/intern/GHOST_WindowWayland.cc index 9845304a9c9..9232f3b3869 100644 --- a/intern/ghost/intern/GHOST_WindowWayland.cc +++ b/intern/ghost/intern/GHOST_WindowWayland.cc @@ -56,7 +56,6 @@ /* Logging, use `ghost.wl.*` prefix. */ #include "CLG_log.h" - /* Disable, as this can "lock" the GUI even with the *pending* version of dispatch is used. */ #if 0 /** @@ -73,7 +72,7 @@ * - Won't re-display at all (on KDE 6.4). * Note that this could be a bug in KDE as it works in GNOME & WLROOTS based compositors. */ -#define USE_CURSOR_IMMEDIATE_DISPATCH +# define USE_CURSOR_IMMEDIATE_DISPATCH #endif /**