From 341eeec61139d28e18d93a196a41d790718fd731 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 10 Nov 2014 10:57:27 +1000 Subject: [PATCH] test: fix coding style Signed-off-by: Peter Hutterer --- test/litest.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/litest.c b/test/litest.c index dc6a6306..c64e6652 100644 --- a/test/litest.c +++ b/test/litest.c @@ -1096,9 +1096,10 @@ litest_assert_button_event(struct libinput *li, unsigned int button, libinput_event_destroy(event); } -void litest_assert_scroll(struct libinput *li, - enum libinput_pointer_axis axis, - int dir) +void +litest_assert_scroll(struct libinput *li, + enum libinput_pointer_axis axis, + int dir) { struct libinput_event *event, *next_event; struct libinput_event_pointer *ptrev;