cosmetic: drop double empty lines

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-02-19 11:38:04 +10:00
parent 115e68476e
commit 15974106a6
2 changed files with 0 additions and 3 deletions

View file

@ -21,7 +21,6 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifndef EVDEV_TABLET_H
#define EVDEV_TABLET_H

View file

@ -318,7 +318,6 @@ START_TEST(motion)
ck_assert_int_eq(libinput_event_get_type(event),
LIBINPUT_EVENT_TABLET_PROXIMITY);
x_changed = libinput_event_tablet_axis_has_changed(
tablet_event, LIBINPUT_TABLET_AXIS_X);
y_changed = libinput_event_tablet_axis_has_changed(
@ -887,7 +886,6 @@ START_TEST(tool_ref)
}
END_TEST
START_TEST(pad_buttons_ignored)
{
struct litest_device *dev = litest_current_device();