wayland-surface: Fix whitespace

This commit is contained in:
Jasper St. Pierre 2014-06-11 12:34:17 -04:00
parent 0997cf7fee
commit 5350120db4

View File

@ -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),