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:
Peter Hutterer 2015-03-02 16:48:51 +10:00
parent 01d415ccae
commit 3927b63207
6 changed files with 0 additions and 8 deletions

View file

@ -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)

View file

@ -41,5 +41,4 @@ struct motion_filter {
struct motion_filter_interface *interface;
};
#endif

View file

@ -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.
*/

View file

@ -31,7 +31,6 @@
#include "litest.h"
#include "litest-int.h"
static void alps_create(struct litest_device *d);
static void

View file

@ -1,4 +1,3 @@
/*
* Copyright © 2013 Red Hat, Inc.
*

View file

@ -343,7 +343,6 @@ START_TEST(touch_calibration_rotation)
}
#undef almost_equal
libinput_event_destroy(ev);
litest_drain_events(li);
}