mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 12:50:33 +01:00
Indentation fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4bf8365a02
commit
61c4ed9d7a
1 changed files with 2 additions and 2 deletions
|
|
@ -2382,8 +2382,8 @@ litest_is_gesture_event(struct libinput_event *event,
|
|||
return gevent;
|
||||
}
|
||||
|
||||
struct libinput_event_tablet_tool * litest_is_tablet_event(
|
||||
struct libinput_event *event,
|
||||
struct libinput_event_tablet_tool *
|
||||
litest_is_tablet_event(struct libinput_event *event,
|
||||
enum libinput_event_type type)
|
||||
{
|
||||
struct libinput_event_tablet_tool *tevent;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue