touchpad: break up a long line

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-06-04 11:27:08 +10:00
parent 4982b46010
commit fd27450ae0

View file

@ -612,7 +612,8 @@ void
tp_destroy_tap(struct tp_dispatch *tp)
{
if (tp->tap.source) {
libinput_remove_source(tp->device->base.seat->libinput, tp->tap.source);
libinput_remove_source(tp->device->base.seat->libinput,
tp->tap.source);
tp->tap.source = NULL;
}
if (tp->tap.timer_fd > -1) {