From 46ca7fbe003f8c81878acdc283c3e1d149f21d3d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 5 Mar 2024 15:03:03 +1000 Subject: [PATCH] clutter: Indentation and whitespace fix Part-of: --- clutter/clutter/clutter-event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clutter/clutter/clutter-event.c b/clutter/clutter/clutter-event.c index d204574d0..9c53579a4 100644 --- a/clutter/clutter/clutter-event.c +++ b/clutter/clutter/clutter-event.c @@ -947,7 +947,7 @@ clutter_event_free (ClutterEvent *event) /** * clutter_event_get: * - * Pops an event off the event queue. Applications should not need to call + * Pops an event off the event queue. Applications should not need to call * this. * * Return value: A #ClutterEvent or NULL if queue empty @@ -1870,7 +1870,7 @@ clutter_event_button_new (ClutterEventType type, ClutterInputDeviceTool *tool, ClutterModifierType modifiers, graphene_point_t coords, - int button, + int button, uint32_t evcode, double *axes) {