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

@ -758,7 +758,7 @@ try_flip_window_position (MetaWindow *window,
int *rel_y,
MetaRectangle *intersection)
{
MetaPlacementRule flipped_rule = *placement_rule;;
MetaPlacementRule flipped_rule = *placement_rule;
MetaRectangle flipped_rect;
MetaRectangle flipped_intersection;
int flipped_rel_x;