summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/linux/input.h3
-rw-r--r--src/filter-private.h1
-rw-r--r--src/filter.h1
-rw-r--r--test/litest-alps-semi-mt.c1
-rw-r--r--test/path.c1
-rw-r--r--test/touch.c1
6 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/input.h b/include/linux/input.h
index 39b550b..2ac4663 100644
--- a/include/linux/input.h
+++ b/include/linux/input.h
@@ -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)
diff --git a/src/filter-private.h b/src/filter-private.h
index dcce125..f0d35b4 100644
--- a/src/filter-private.h
+++ b/src/filter-private.h
@@ -41,5 +41,4 @@ struct motion_filter {
struct motion_filter_interface *interface;
};
-
#endif
diff --git a/src/filter.h b/src/filter.h
index bffeb5f..9f6223d 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -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.
*/
diff --git a/test/litest-alps-semi-mt.c b/test/litest-alps-semi-mt.c
index 4d95ac9..7c8eedc 100644
--- a/test/litest-alps-semi-mt.c
+++ b/test/litest-alps-semi-mt.c
@@ -31,7 +31,6 @@
#include "litest.h"
#include "litest-int.h"
-
static void alps_create(struct litest_device *d);
static void
diff --git a/test/path.c b/test/path.c
index 243edd7..64c5d7f 100644
--- a/test/path.c
+++ b/test/path.c
@@ -1,4 +1,3 @@
-
/*
* Copyright © 2013 Red Hat, Inc.
*
diff --git a/test/touch.c b/test/touch.c
index 2d918b2..ac97c52 100644
--- a/test/touch.c
+++ b/test/touch.c
@@ -343,7 +343,6 @@ START_TEST(touch_calibration_rotation)
}
#undef almost_equal
-
libinput_event_destroy(ev);
litest_drain_events(li);
}