mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 10:00:27 +01:00
cosmetic: more duplicate empty line removal
This should be it now, finally... Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
01d415ccae
commit
3927b63207
6 changed files with 0 additions and 8 deletions
|
|
@ -8,13 +8,11 @@
|
|||
#ifndef _INPUT_H
|
||||
#define _INPUT_H
|
||||
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <linux/types.h>
|
||||
|
||||
|
||||
/*
|
||||
* The event structure itself
|
||||
*/
|
||||
|
|
@ -835,7 +833,6 @@ struct input_keymap_entry {
|
|||
#define ABS_MT_TOOL_X 0x3c /* Center X tool position */
|
||||
#define ABS_MT_TOOL_Y 0x3d /* Center Y tool position */
|
||||
|
||||
|
||||
#define ABS_MAX 0x3f
|
||||
#define ABS_CNT (ABS_MAX+1)
|
||||
|
||||
|
|
|
|||
|
|
@ -41,5 +41,4 @@ struct motion_filter {
|
|||
struct motion_filter_interface *interface;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -58,7 +58,6 @@ typedef double (*accel_profile_func_t)(struct motion_filter *filter,
|
|||
struct motion_filter *
|
||||
create_pointer_accelerator_filter(accel_profile_func_t filter);
|
||||
|
||||
|
||||
/*
|
||||
* Pointer acceleration profiles.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
#include "litest.h"
|
||||
#include "litest-int.h"
|
||||
|
||||
|
||||
static void alps_create(struct litest_device *d);
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/*
|
||||
* Copyright © 2013 Red Hat, Inc.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -343,7 +343,6 @@ START_TEST(touch_calibration_rotation)
|
|||
}
|
||||
#undef almost_equal
|
||||
|
||||
|
||||
libinput_event_destroy(ev);
|
||||
litest_drain_events(li);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue