1
0
Fork 0

clutter/stage: Fix an indentation mistake

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3216>
This commit is contained in:
Jonas Dreßler 2023-09-01 11:37:25 +02:00 committed by Marge Bot
parent e5b50d14cf
commit a243050bab

View file

@ -3826,9 +3826,9 @@ clutter_stage_notify_grab_on_pointer_entry (ClutterStage *stage,
clutter_event_free (event);
}
if ((event_type == CLUTTER_NOTHING || event_type == CLUTTER_LEAVE) &&
implicit_grab_cancelled)
cleanup_implicit_grab (entry);
if ((event_type == CLUTTER_NOTHING || event_type == CLUTTER_LEAVE) &&
implicit_grab_cancelled)
cleanup_implicit_grab (entry);
}
static void