kms/device: Fix indentation mistake
https://gitlab.gnome.org/GNOME/mutter/merge_requests/930
This commit is contained in:
parent
4abec2f8e7
commit
c1fc46e3db
@ -321,7 +321,7 @@ meta_kms_device_finalize (GObject *object)
|
|||||||
.impl_device = device->impl_device,
|
.impl_device = device->impl_device,
|
||||||
};
|
};
|
||||||
if (!meta_kms_run_impl_task_sync (device->kms, free_impl_device_in_impl, &data,
|
if (!meta_kms_run_impl_task_sync (device->kms, free_impl_device_in_impl, &data,
|
||||||
&error))
|
&error))
|
||||||
{
|
{
|
||||||
g_warning ("Failed to close KMS impl device: %s", error->message);
|
g_warning ("Failed to close KMS impl device: %s", error->message);
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
|
Loading…
Reference in New Issue
Block a user