cleanup: Remove duplicate semicolons in C code

No functional change, it just hurts my eyes when reading the code.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1385
This commit is contained in:
Olivier Fourdan
2020-07-28 10:11:07 +02:00
parent c7d14244b1
commit d0ee02fae7
11 changed files with 13 additions and 13 deletions

View File

@ -554,7 +554,7 @@ on_udev_device_added (MetaUdev *udev,
device_path = g_udev_device_get_device_file (device);
gpus = meta_backend_get_gpus (backend);;
gpus = meta_backend_get_gpus (backend);
for (l = gpus; l; l = l->next)
{
MetaGpuKms *gpu_kms = l->data;