From 7551ffa81ef341110c640b26c8d4595ffba60e18 Mon Sep 17 00:00:00 2001 From: Daniel van Vugt Date: Wed, 17 Jan 2024 15:04:00 +0800 Subject: [PATCH] clutter/actor: Remove whitespace at end of line It's upsetting check-code-style Fixes: 00b4d4c4bc5bbf7153e21e99267d02f486238fdf Part-of: --- clutter/clutter/clutter-actor.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clutter/clutter/clutter-actor.c b/clutter/clutter/clutter-actor.c index 935529b5a..1f1dbe79c 100644 --- a/clutter/clutter/clutter-actor.c +++ b/clutter/clutter/clutter-actor.c @@ -7153,7 +7153,7 @@ clutter_actor_class_init (ClutterActorClass *klass) * container (the [class@Clutter.Stage]) to the actor which received the event * going down the hierarchy. This signal can be used to intercept every * event before the specialized events (like - * [signal@Clutter.Actor::button-press-event] or + * [signal@Clutter.Actor::button-press-event] or * [signal@Clutter.Actor::button-release-event]) are * emitted. * @@ -14497,7 +14497,7 @@ clutter_actor_get_paint_volume (ClutterActor *self) * * Retrieves the 3D paint volume of an actor like * [method@Clutter.Actor.get_paint_volume] does and it additionally - * transforms the paint volume into the coordinate + * transforms the paint volume into the coordinate * space of @relative_to_ancestor. (Or the stage if %NULL * is passed for @relative_to_ancestor) * @@ -18396,7 +18396,7 @@ clutter_actor_bind_model_with_properties (ClutterActor *self, * * The returned paint node has the geometry set to the size of the * [property@Clutter.Actor:content-box] property; it uses the filters specified - * in the [property@Clutter.Actor:minification-filter] + * in the [property@Clutter.Actor:minification-filter] * and [property@Clutter.Actor:magnification-filter] * properties; and respects the [property@Clutter.Actor:content-repeat] property. *