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

@ -1101,7 +1101,7 @@ meta_screen_cast_stream_src_set_property (GObject *object,
{
case PROP_STREAM:
priv->stream = g_value_get_object (value);
break;;
break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
}