mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 19:20:31 +01:00
style fix: Remove duplicate empty lines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5019b25a6b
commit
125e98a1f8
9 changed files with 0 additions and 14 deletions
|
|
@ -777,7 +777,6 @@ tp_init_palmdetect(struct tp_dispatch *tp,
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
tp_init(struct tp_dispatch *tp,
|
||||
struct evdev_device *device)
|
||||
|
|
|
|||
|
|
@ -1052,7 +1052,6 @@ touch_notify_frame(struct libinput_device *device,
|
|||
&touch_event->base);
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
libinput_post_event(struct libinput *libinput,
|
||||
struct libinput_event *event)
|
||||
|
|
|
|||
|
|
@ -216,7 +216,6 @@ udev_input_remove_devices(struct udev_input *input)
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
udev_input_disable(struct libinput *libinput)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@ static int events[] = {
|
|||
-1, -1,
|
||||
};
|
||||
|
||||
|
||||
struct litest_test_device litest_keyboard_device = {
|
||||
.type = LITEST_KEYBOARD,
|
||||
.features = LITEST_KEYS,
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@ struct litest_test_device* devices[] = {
|
|||
NULL,
|
||||
};
|
||||
|
||||
|
||||
static struct list all_tests;
|
||||
|
||||
static void
|
||||
|
|
@ -235,7 +234,6 @@ is_debugger_attached(void)
|
|||
return rc;
|
||||
}
|
||||
|
||||
|
||||
static void
|
||||
litest_list_tests(struct list *tests)
|
||||
{
|
||||
|
|
@ -421,7 +419,6 @@ merge_events(const int *orig, const int *override)
|
|||
return events;
|
||||
}
|
||||
|
||||
|
||||
static struct litest_device *
|
||||
litest_create(enum litest_device_type which,
|
||||
const char *name_override,
|
||||
|
|
|
|||
|
|
@ -53,7 +53,6 @@ const struct libinput_interface simple_interface = {
|
|||
.close_restricted = close_restricted,
|
||||
};
|
||||
|
||||
|
||||
START_TEST(path_create_NULL)
|
||||
{
|
||||
struct libinput *li;
|
||||
|
|
@ -492,7 +491,6 @@ START_TEST(path_add_device_suspend_resume)
|
|||
|
||||
ck_assert_int_eq(nevents, 2);
|
||||
|
||||
|
||||
libinput_suspend(li);
|
||||
libinput_dispatch(li);
|
||||
|
||||
|
|
@ -576,7 +574,6 @@ START_TEST(path_add_device_suspend_resume_fail)
|
|||
|
||||
ck_assert_int_eq(nevents, 2);
|
||||
|
||||
|
||||
libinput_suspend(li);
|
||||
libinput_dispatch(li);
|
||||
|
||||
|
|
@ -667,7 +664,6 @@ START_TEST(path_add_device_suspend_resume_remove_device)
|
|||
|
||||
ck_assert_int_eq(nevents, 2);
|
||||
|
||||
|
||||
libinput_suspend(li);
|
||||
libinput_dispatch(li);
|
||||
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ START_TEST(touch_abs_transform)
|
|||
}
|
||||
END_TEST
|
||||
|
||||
|
||||
START_TEST(touch_many_slots)
|
||||
{
|
||||
struct libinput *libinput;
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ const struct libinput_interface simple_interface = {
|
|||
.close_restricted = close_restricted,
|
||||
};
|
||||
|
||||
|
||||
START_TEST(udev_create_NULL)
|
||||
{
|
||||
struct libinput *li;
|
||||
|
|
|
|||
|
|
@ -431,7 +431,6 @@ parse_opts(int argc, char *argv[])
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
static int
|
||||
open_restricted(const char *path, int flags, void *user_data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue