diff options
author | Peter Osterlund <petero2@telia.com> | 2006-07-15 17:53:24 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-07-15 17:53:24 +0200 |
commit | 2de14f06e296051e544c8eb1b6f4d8ecb0478811 (patch) | |
tree | 2f2a9dbdab1b7ace841b2348bd56461dcb72b096 | |
parent | adb16da39b47616ff32efe33887f11f3790fe5ce (diff) |
Trivial whitespace changes.
-rw-r--r-- | synaptics.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synaptics.c b/synaptics.c index 63edebb..93c5a12 100644 --- a/synaptics.c +++ b/synaptics.c @@ -341,7 +341,7 @@ SynapticsPreInit(InputDriverPtr drv, IDevPtr dev, int flags) ErrorF("Synaptics driver unable to open device\n"); goto SetupProc_fail; } - xf86ErrorFVerb( 6, "port opened successfully\n" ); + xf86ErrorFVerb(6, "port opened successfully\n"); /* initialize variables */ priv->timer = NULL; @@ -1740,7 +1740,7 @@ HandleState(LocalDevicePtr local, struct SynapticsHwState *hw) if (((hw->up || hw->down) && para->updown_button_repeat && para->updown_button_scrolling) || ((hw->multi[2] || hw->multi[3]) && para->leftright_button_repeat && - para->leftright_button_scrolling) ){ + para->leftright_button_scrolling)) { priv->repeatButtons = buttons & rep_buttons; if (!priv->nextRepeat) { priv->nextRepeat = hw->millis + repeat_delay * 2; |