touchpad: fix coding style

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-07-10 17:17:53 +10:00
parent e874d09b49
commit dacc6383c7

View file

@ -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);