From 61c4ed9d7a2ead44595b3c18d03e1b80629b3a2f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 10 Feb 2016 13:06:08 +1000 Subject: [PATCH] Indentation fix Signed-off-by: Peter Hutterer --- test/litest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/litest.c b/test/litest.c index 39015275..d5dbd8b5 100644 --- a/test/litest.c +++ b/test/litest.c @@ -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;