clutter/stage/cogl: Remove some leftover whitespace

https://gitlab.gnome.org/GNOME/mutter/merge_requests/1042
This commit is contained in:
Jonas Ådahl 2020-01-20 18:04:28 +01:00
parent 2d6665950c
commit 0baf4578c8

View File

@ -539,9 +539,9 @@ scale_and_clamp_rect (const graphene_rect_t *rect,
}
static void
paint_stage (ClutterStageCogl *stage_cogl,
ClutterStageView *view,
cairo_region_t *clip)
paint_stage (ClutterStageCogl *stage_cogl,
ClutterStageView *view,
cairo_region_t *clip)
{
ClutterStage *stage = stage_cogl->wrapper;
cairo_rectangle_int_t clip_rect;