From dacc6383c71e57a5a4a71525116a42615cb56ea8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 10 Jul 2014 17:17:53 +1000 Subject: [PATCH] touchpad: fix coding style Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c index fed39b4e..69b63e05 100644 --- a/src/evdev-mt-touchpad.c +++ b/src/evdev-mt-touchpad.c @@ -369,8 +369,9 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time) t->y = first->y; if (!t->dirty) t->dirty = first->dirty; - } else if (!t->dirty) + } else if (!t->dirty) { continue; + } tp_motion_hysteresis(tp, t); tp_motion_history_push(t); -- 2.34.1