test: fix coding style

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-11-10 10:57:27 +10:00
parent c605276984
commit 341eeec611

View file

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