From 277879c11bf81ad43ec976d6298ed6585aaccc7a Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 11 Apr 2014 23:30:24 -0700 Subject: [PATCH] wayland: Small code style fix-up --- src/wayland/meta-wayland-surface.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {