From ca5b5e6bc4db3c9682469774908dbbcc4dba204d Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 6 Dec 2013 20:28:39 -0500 Subject: [PATCH] surface-actor: Reindent --- src/compositor/meta-surface-actor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compositor/meta-surface-actor.c b/src/compositor/meta-surface-actor.c index 55520862e..37b87b03a 100644 --- a/src/compositor/meta-surface-actor.c +++ b/src/compositor/meta-surface-actor.c @@ -39,8 +39,8 @@ meta_surface_actor_class_init (MetaSurfaceActorClass *klass) static void meta_surface_actor_cull_out (MetaCullable *cullable, - cairo_region_t *unobscured_region, - cairo_region_t *clip_region) + cairo_region_t *unobscured_region, + cairo_region_t *clip_region) { meta_cullable_cull_out_children (cullable, unobscured_region, clip_region); }