monitor-manager: Fix minor code style issue

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3307>
This commit is contained in:
Pascal Nowack 2023-10-01 08:33:03 +02:00
parent 822ea67358
commit e70fa342a9

View File

@ -108,7 +108,7 @@ static int signals[SIGNALS_LAST];
typedef struct _MetaMonitorManagerPrivate
{
MetaPowerSave power_save_mode;
gboolean initial_orient_change_done;
gboolean initial_orient_change_done;
GList *virtual_monitors;