From 0b7da01c04292dec05cfa15281e23a1a6db0e355 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Wed, 30 Sep 2015 13:34:57 -0500 Subject: [PATCH] cosmetic: add missing line between variable declarations and code Signed-off-by: Derek Foreman --- src/libinput-seat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libinput-seat.c b/src/libinput-seat.c index c9f9ed20..5f91b680 100644 --- a/src/libinput-seat.c +++ b/src/libinput-seat.c @@ -105,6 +105,7 @@ static void device_removed(struct udev_input *input, struct libinput_device *libinput_device) { struct evdev_device *device; + device = libinput_device_get_user_data(libinput_device); evdev_device_destroy(device); }