touchpad: break up a long line
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Jun 2014 01:27:08 +0000 (11:27 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Jun 2014 01:29:09 +0000 (11:29 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad-tap.c

index eee334f..2b0d21c 100644 (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) {