touchpad: whitespace fix

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-07-19 09:27:50 +10:00
parent 67c7ba9bf3
commit 5e93fa2b04

View file

@ -2367,5 +2367,5 @@ evdev_mt_touchpad_create(struct evdev_device *device)
evdev_init_left_handed(device, tp_change_to_left_handed);
return &tp->base;
return &tp->base;
}