From fd27450ae05a839ab65c7df6a5e6af6e775d3c3c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 4 Jun 2014 11:27:08 +1000 Subject: [PATCH] touchpad: break up a long line Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad-tap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {