wayland: Fix indentation of previous commit

This commit is contained in:
Christophe Fergeau
2017-11-29 12:15:30 +01:00
parent 8af29e3756
commit 7d18f2fd3c

View File

@ -1287,10 +1287,11 @@ emit_selection_clear (GdkDisplay *display,
event->selection.time = GDK_CURRENT_TIME;
window = _gdk_wayland_display_get_selection_owner (display, selection);
if (window != NULL) {
event->selection.window = g_object_ref (window);
event->selection.requestor = g_object_ref (window);
}
if (window != NULL)
{
event->selection.window = g_object_ref (window);
event->selection.requestor = g_object_ref (window);
}
gdk_event_put (event);
gdk_event_free (event);