From 6c88bcd7fa611f4e2e5a3b69527b2b5250d86327 Mon Sep 17 00:00:00 2001 From: Christopher James Halse Rogers Date: Fri, 7 Feb 2025 11:00:39 +1100 Subject: [PATCH] trivial: Whitespace fixup --- src/server/frontend_wayland/wl_surface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/server/frontend_wayland/wl_surface.cpp b/src/server/frontend_wayland/wl_surface.cpp index 722187bbcf..c1e7c76ba0 100644 --- a/src/server/frontend_wayland/wl_surface.cpp +++ b/src/server/frontend_wayland/wl_surface.cpp @@ -328,7 +328,6 @@ void mf::WlSurface::set_input_region(std::optional const& region) void mf::WlSurface::commit(WlSurfaceState const& state) { - if (state.offset) offset_ = state.offset.value();