touchpad: fix coding style
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 10 Jul 2014 07:17:53 +0000 (17:17 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 10 Jul 2014 07:17:53 +0000 (17:17 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c

index fed39b4..69b63e0 100644 (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);