mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 11:19:14 +02: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;
|
return gevent;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct libinput_event_tablet_tool * litest_is_tablet_event(
|
struct libinput_event_tablet_tool *
|
||||||
struct libinput_event *event,
|
litest_is_tablet_event(struct libinput_event *event,
|
||||||
enum libinput_event_type type)
|
enum libinput_event_type type)
|
||||||
{
|
{
|
||||||
struct libinput_event_tablet_tool *tevent;
|
struct libinput_event_tablet_tool *tevent;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue