kms/device: Fix indentation mistake

https://gitlab.gnome.org/GNOME/mutter/merge_requests/930
This commit is contained in:
Jonas Ådahl 2019-11-08 23:52:48 +01:00
parent 4abec2f8e7
commit c1fc46e3db

View File

@ -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);