commit | 0b7da01c04292dec05cfa15281e23a1a6db0e355 | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Wed Sep 30 13:34:57 2015 -0500 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Wed Sep 30 12:33:52 2015 -0700 |
tree | 67644b478ac4309db1cb80e58d24e858d8641cf4 | |
parent | a3377cd1149bb0372f71b279e8bb1cb8427063dd [diff] [blame] |
cosmetic: add missing line between variable declarations and code Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
diff --git a/src/libinput-seat.c b/src/libinput-seat.c index c9f9ed2..5f91b68 100644 --- a/src/libinput-seat.c +++ b/src/libinput-seat.c
@@ -105,6 +105,7 @@ 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); }