diff options
author | Peter Osterlund <petero2@telia.com> | 2005-01-03 23:20:54 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:03:01 +0200 |
commit | 6e06fadd324bfdfccce24f028d55fa5c11f75c2b (patch) | |
tree | b0574cc181431171435dff788cef40b7f59bc113 | |
parent | ca5d65f1cd8aef6f3cc1ed5168eac35e82541e2a (diff) |
Fixed inconsistent code formatting.
-rw-r--r-- | synaptics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synaptics.c b/synaptics.c index baa90a9..7a42f7f 100644 --- a/synaptics.c +++ b/synaptics.c @@ -622,7 +622,7 @@ move_distance(int dx, int dy) * right/lower edge. */ static void relative_coords(SynapticsPrivate *priv, int x, int y, - double* relX, double* relY) + double *relX, double *relY) { int minX = priv->synpara->left_edge; int maxX = priv->synpara->right_edge; |