diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c index bdac0c262..82535dcd5 100644 --- a/src/wayland/meta-wayland-surface.c +++ b/src/wayland/meta-wayland-surface.c @@ -375,9 +375,7 @@ commit_double_buffered_state (MetaWaylandSurface *surface, return; } - g_list_foreach (surface->subsurfaces, - parent_surface_committed, - NULL); + g_list_foreach (surface->subsurfaces, parent_surface_committed, NULL); if (pending->buffer) {