1
0
Fork 0

clutter: Indentation and whitespace fix

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3647>
This commit is contained in:
Peter Hutterer 2024-03-05 15:03:03 +10:00
parent 75186fb40a
commit 46ca7fbe00

View file

@ -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)
{