compositor: Fix indentation mistake

https://gitlab.gnome.org/GNOME/mutter/merge_requests/727
This commit is contained in:
Jonas Ådahl 2019-08-14 19:46:35 +02:00 committed by Georges Basile Stavracas Neto
parent 12ea2fcb51
commit 9af90bf9c1

View File

@ -598,7 +598,7 @@ meta_compositor_manage (MetaCompositor *compositor)
priv->stage_presented_id = priv->stage_presented_id =
g_signal_connect (priv->stage, "presented", g_signal_connect (priv->stage, "presented",
G_CALLBACK (on_presented), G_CALLBACK (on_presented),
compositor); compositor);
/* We use connect_after() here to accomodate code in GNOME Shell that, /* We use connect_after() here to accomodate code in GNOME Shell that,
* when benchmarking drawing performance, connects to ::after-paint * when benchmarking drawing performance, connects to ::after-paint