mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-01 08:47:57 +02:00
cosmetic: drop more double empty lines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
6c5be5c77f
commit
2840733978
3 changed files with 0 additions and 7 deletions
|
|
@ -934,7 +934,6 @@ tp_destroy(struct evdev_dispatch *dispatch)
|
|||
struct tp_dispatch *tp =
|
||||
(struct tp_dispatch*)dispatch;
|
||||
|
||||
|
||||
free(tp->touches);
|
||||
free(tp);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef EVDEV_MT_TOUCHPAD_H
|
||||
#define EVDEV_MT_TOUCHPAD_H
|
||||
|
||||
|
|
|
|||
|
|
@ -791,7 +791,6 @@ START_TEST(touchpad_click_defaults_none)
|
|||
}
|
||||
END_TEST
|
||||
|
||||
|
||||
START_TEST(touchpad_1fg_clickfinger)
|
||||
{
|
||||
struct litest_device *dev = litest_current_device();
|
||||
|
|
@ -929,7 +928,6 @@ START_TEST(touchpad_clickfinger_to_area_method_while_down)
|
|||
litest_assert_button_event(li, BTN_RIGHT,
|
||||
LIBINPUT_BUTTON_STATE_RELEASED);
|
||||
|
||||
|
||||
litest_drain_events(li);
|
||||
|
||||
/* use bottom right corner to catch accidental softbutton right */
|
||||
|
|
@ -1742,7 +1740,6 @@ START_TEST(clickpad_topsoftbuttons_clickfinger_dev_disabled)
|
|||
}
|
||||
END_TEST
|
||||
|
||||
|
||||
static void
|
||||
test_2fg_scroll(struct litest_device *dev, double dx, double dy, int want_sleep)
|
||||
{
|
||||
|
|
@ -2490,7 +2487,6 @@ START_TEST(touchpad_left_handed_delayed)
|
|||
struct libinput *li = dev->libinput;
|
||||
enum libinput_config_status status;
|
||||
|
||||
|
||||
litest_drain_events(li);
|
||||
litest_button_click(dev, BTN_LEFT, 1);
|
||||
libinput_dispatch(li);
|
||||
|
|
@ -2983,7 +2979,6 @@ assert_btnevent_from_device(struct litest_device *device,
|
|||
libinput_event_destroy(e);
|
||||
}
|
||||
|
||||
|
||||
START_TEST(touchpad_trackpoint_buttons)
|
||||
{
|
||||
struct litest_device *touchpad = litest_current_device();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue