cosmetic: add missing line between variable declarations and code
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
a3377cd114
commit
0b7da01c04
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue