cosmetic: drop double empty lines
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 19 Feb 2015 01:38:04 +0000 (11:38 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 19 Feb 2015 23:57:39 +0000 (09:57 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev.h
src/libinput-private.h
src/libinput.c
src/libinput.h
test/device.c
tools/event-gui.c

index fc70a287fe0b8156a54c648034bf3a7043dbea84..72082e5aaade15f251e7125ee2aa4c42bd2464a4 100644 (file)
@@ -306,7 +306,6 @@ evdev_post_scroll(struct evdev_device *device,
                  double dx,
                  double dy);
 
-
 void
 evdev_stop_scroll(struct evdev_device *device,
                  uint64_t time,
index 410f39a8f3ae7019de30aa80b17507e37fdfb097..dbe15586493eb2e7ced16732e8d46d084ec9fb21 100644 (file)
@@ -194,7 +194,6 @@ struct libinput_event_listener {
 
 typedef void (*libinput_source_dispatch_t)(void *data);
 
-
 #define log_debug(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_DEBUG, __VA_ARGS__)
 #define log_info(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_INFO, __VA_ARGS__)
 #define log_error(li_, ...) log_msg((li_), LIBINPUT_LOG_PRIORITY_ERROR, __VA_ARGS__)
index bb0595e6c25ca6117ecd83e5c669422f1f9d9b2b..c1e68eb15a9de963e77efd1d8960fbc2a7b0c834 100644 (file)
@@ -1603,7 +1603,6 @@ libinput_device_config_send_events_get_default_mode(struct libinput_device *devi
        return LIBINPUT_CONFIG_SEND_EVENTS_ENABLED;
 }
 
-
 LIBINPUT_EXPORT int
 libinput_device_config_accel_is_available(struct libinput_device *device)
 {
index 09503a29fc466fc4536a8c539d3ad9373496d073..56c3ca13cac7aa38275314225bd9e005a9980c9e 100644 (file)
@@ -90,7 +90,6 @@ enum libinput_button_state {
        LIBINPUT_BUTTON_STATE_PRESSED = 1
 };
 
-
 /**
  * @ingroup device
  *
@@ -2417,7 +2416,6 @@ libinput_device_config_click_get_method(struct libinput_device *device);
 enum libinput_config_click_method
 libinput_device_config_click_get_default_method(struct libinput_device *device);
 
-
 /**
  * @ingroup config
  *
index e72ef198703d62bb6c9a85f7cb6321999ba39b0d..0839bfaed168d83227d22ac9eba6020019174c16 100644 (file)
@@ -189,7 +189,6 @@ START_TEST(device_disable_touchpad)
        litest_touch_move_to(dev, 0, 50, 50, 90, 90, 10, 0);
        litest_touch_up(dev, 0);
 
-
        litest_assert_empty_queue(li);
 
        /* no event from resuming */
@@ -519,7 +518,6 @@ START_TEST(device_disable_release_tap_n_drag)
 }
 END_TEST
 
-
 START_TEST(device_disable_release_softbutton)
 {
        struct litest_device *dev = litest_current_device();
index 70dd854141aa375b5897eb6a0cc891d8f12ace2a..85c5ab1355f0fd37e7bc5dff6d8d48d40dcc48e5 100644 (file)
@@ -254,7 +254,6 @@ change_ptraccel(struct window *w, double amount)
        }
 }
 
-
 static void
 handle_event_device_notify(struct libinput_event *ev)
 {