mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 23:30:08 +01:00
test: fix coding style
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c605276984
commit
341eeec611
1 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue