mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 06:21:14 +00:00
Fix code style
This commit is contained in:
parent
089d0caa5e
commit
dd3cdc52f5
@ -221,7 +221,7 @@ drag_ungrab (GdkMacosDrag *self)
|
|||||||
if (self->drag_seat)
|
if (self->drag_seat)
|
||||||
{
|
{
|
||||||
gdk_seat_ungrab (self->drag_seat);
|
gdk_seat_ungrab (self->drag_seat);
|
||||||
g_clear_object(&self->drag_seat);
|
g_clear_object (&self->drag_seat);
|
||||||
}
|
}
|
||||||
|
|
||||||
display = gdk_drag_get_display (GDK_DRAG (self));
|
display = gdk_drag_get_display (GDK_DRAG (self));
|
||||||
|
Loading…
Reference in New Issue
Block a user