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 )