Indentation fix

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-02-10 13:06:08 +10:00
parent 4bf8365a02
commit 61c4ed9d7a

View file

@ -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;