summaryrefslogtreecommitdiff
path: root/synaptics.c
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2005-06-13 20:17:58 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:03:20 +0200
commit5f65d8c2393d1decbb030679384c1e0896dbb7aa (patch)
treef4611337a1a2c29c2357c23ddd2637bcbde64273 /synaptics.c
parent15d3f642c725636446b3212b8efbd94a9fc9a59b (diff)
Removed trailing whitespace.
Diffstat (limited to 'synaptics.c')
-rw-r--r--synaptics.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/synaptics.c b/synaptics.c
index 4379ec2..8908afd 100644
--- a/synaptics.c
+++ b/synaptics.c
@@ -930,7 +930,7 @@ SelectTapButton(SynapticsPrivate *priv, edge_type edge)
if (priv->synpara->touchpad_off == 2) {
priv->tap_button = 0;
return;
- }
+ }
switch (priv->tap_max_fingers) {
case 1:
@@ -988,7 +988,7 @@ SetTapState(SynapticsPrivate *priv, enum TapState tap_state, int millis)
case TS_2A:
if (para->fast_taps)
priv->tap_button_state = TBS_BUTTON_DOWN;
- else
+ else
priv->tap_button_state = TBS_BUTTON_UP;
break;
case TS_2B:
@@ -1000,7 +1000,7 @@ SetTapState(SynapticsPrivate *priv, enum TapState tap_state, int millis)
case TS_SINGLETAP:
if (para->fast_taps)
priv->tap_button_state = TBS_BUTTON_UP;
- else
+ else
priv->tap_button_state = TBS_BUTTON_DOWN;
priv->touch_on.millis = millis;
break;