From d4f6537b95cd16a9f0e3d06c4a1f8811dae338bc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 8 Sep 2024 18:28:56 +0200 Subject: [PATCH] Cosmetics. --- profiler/src/BackendWayland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/BackendWayland.cpp b/profiler/src/BackendWayland.cpp index 8bec958d..740ec5d5 100644 --- a/profiler/src/BackendWayland.cpp +++ b/profiler/src/BackendWayland.cpp @@ -233,7 +233,7 @@ static void RecomputeScale() if( s_fracSurf ) return; // On wl_compositor >= 6 the scale is sent explicitly via wl_surface.preferred_buffer_scale. - if ( s_comp_version >= 6 ) return; + if( s_comp_version >= 6 ) return; int max = 1; for( auto& out : s_output )