diff --git a/src/evdev-mt-touchpad-tap.c b/src/evdev-mt-touchpad-tap.c index eee334f2..2b0d21ca 100644 --- a/src/evdev-mt-touchpad-tap.c +++ b/src/evdev-mt-touchpad-tap.c @@ -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) {