wayland: Fix indentation of previous commit
This commit is contained in:
		@ -1287,10 +1287,11 @@ emit_selection_clear (GdkDisplay *display,
 | 
				
			|||||||
  event->selection.time = GDK_CURRENT_TIME;
 | 
					  event->selection.time = GDK_CURRENT_TIME;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  window = _gdk_wayland_display_get_selection_owner (display, selection);
 | 
					  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);
 | 
					      event->selection.window = g_object_ref (window);
 | 
				
			||||||
  }
 | 
					      event->selection.requestor = g_object_ref (window);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  gdk_event_put (event);
 | 
					  gdk_event_put (event);
 | 
				
			||||||
  gdk_event_free (event);
 | 
					  gdk_event_free (event);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user