[mutter] wayland-surface: Fix whitespace



commit 5350120db4d35a53760e6a2c321d2139e2381aed
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jun 11 12:34:17 2014 -0400

    wayland-surface: Fix whitespace

 src/wayland/meta-wayland-surface.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/wayland/meta-wayland-surface.c b/src/wayland/meta-wayland-surface.c
index e3c88c5..e80542e 100644
--- a/src/wayland/meta-wayland-surface.c
+++ b/src/wayland/meta-wayland-surface.c
@@ -1678,10 +1678,8 @@ wl_subcompositor_get_subsurface (struct wl_client *client,
 
   pending_state_init (&surface->sub.pending);
   surface->sub.parent = parent;
-  surface->sub.parent_destroy_listener.notify =
-    surface_handle_parent_surface_destroyed;
-  wl_resource_add_destroy_listener (parent->resource,
-                                    &surface->sub.parent_destroy_listener);
+  surface->sub.parent_destroy_listener.notify = surface_handle_parent_surface_destroyed;
+  wl_resource_add_destroy_listener (parent->resource, &surface->sub.parent_destroy_listener);
   parent->subsurfaces = g_list_append (parent->subsurfaces, surface);
 
   clutter_actor_add_child (CLUTTER_ACTOR (parent->surface_actor),


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