From: Peter Hutterer Date: Thu, 10 Jul 2014 07:17:53 +0000 (+1000) Subject: touchpad: fix coding style X-Git-Tag: 0.5.0~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dacc6383c71e57a5a4a71525116a42615cb56ea8;p=platform%2Fupstream%2Flibinput.git touchpad: fix coding style Signed-off-by: Peter Hutterer --- 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);