window: Add missing newline
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2867>
This commit is contained in:
parent
e74573e165
commit
bac7b3f4e6
1 changed files with 2 additions and 1 deletions
|
@ -4572,7 +4572,8 @@ meta_window_transient_can_focus (MetaWindow *window)
|
|||
}
|
||||
|
||||
static void
|
||||
meta_window_make_most_recent (MetaWindow *window) {
|
||||
meta_window_make_most_recent (MetaWindow *window)
|
||||
{
|
||||
MetaWorkspaceManager *workspace_manager = window->display->workspace_manager;
|
||||
GList *l;
|
||||
|
||||
|
|
Loading…
Reference in a new issue