wayland: Fix indentation of previous commit
This commit is contained in:
@ -1287,7 +1287,8 @@ emit_selection_clear (GdkDisplay *display,
|
||||
event->selection.time = GDK_CURRENT_TIME;
|
||||
|
||||
window = _gdk_wayland_display_get_selection_owner (display, selection);
|
||||
if (window != NULL) {
|
||||
if (window != NULL)
|
||||
{
|
||||
event->selection.window = g_object_ref (window);
|
||||
event->selection.requestor = g_object_ref (window);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user