[mutter] wayland: Small code style fix-up



commit 277879c11bf81ad43ec976d6298ed6585aaccc7a
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Apr 11 23:30:24 2014 -0700

    wayland: Small code style fix-up

 src/wayland/meta-wayland-surface.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c
index bdac0c2..82535dc 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)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]