mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 11:19:14 +02:00
cosmetic: drop double empty lines
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
115e68476e
commit
15974106a6
2 changed files with 0 additions and 3 deletions
|
|
@ -21,7 +21,6 @@
|
||||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef EVDEV_TABLET_H
|
#ifndef EVDEV_TABLET_H
|
||||||
#define EVDEV_TABLET_H
|
#define EVDEV_TABLET_H
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -318,7 +318,6 @@ START_TEST(motion)
|
||||||
ck_assert_int_eq(libinput_event_get_type(event),
|
ck_assert_int_eq(libinput_event_get_type(event),
|
||||||
LIBINPUT_EVENT_TABLET_PROXIMITY);
|
LIBINPUT_EVENT_TABLET_PROXIMITY);
|
||||||
|
|
||||||
|
|
||||||
x_changed = libinput_event_tablet_axis_has_changed(
|
x_changed = libinput_event_tablet_axis_has_changed(
|
||||||
tablet_event, LIBINPUT_TABLET_AXIS_X);
|
tablet_event, LIBINPUT_TABLET_AXIS_X);
|
||||||
y_changed = libinput_event_tablet_axis_has_changed(
|
y_changed = libinput_event_tablet_axis_has_changed(
|
||||||
|
|
@ -887,7 +886,6 @@ START_TEST(tool_ref)
|
||||||
}
|
}
|
||||||
END_TEST
|
END_TEST
|
||||||
|
|
||||||
|
|
||||||
START_TEST(pad_buttons_ignored)
|
START_TEST(pad_buttons_ignored)
|
||||||
{
|
{
|
||||||
struct litest_device *dev = litest_current_device();
|
struct litest_device *dev = litest_current_device();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue