summaryrefslogtreecommitdiff
path: root/driver/xf86-input-ws/src
diff options
context:
space:
mode:
authorAlexandr Shadchin <shadchin@cvs.openbsd.org>2012-06-12 17:44:57 +0000
committerAlexandr Shadchin <shadchin@cvs.openbsd.org>2012-06-12 17:44:57 +0000
commite7d6cd8aae89d50421d02d642e48bec0f9b75492 (patch)
tree38fdf755893a1a09f64cea37901baed9d59c7660 /driver/xf86-input-ws/src
parent1188b1fa4f913cfad025b4f7eb9173e89c66564f (diff)
fix indent
Diffstat (limited to 'driver/xf86-input-ws/src')
-rw-r--r--driver/xf86-input-ws/src/ws.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/driver/xf86-input-ws/src/ws.h b/driver/xf86-input-ws/src/ws.h
index 83029547b..0e0abc07e 100644
--- a/driver/xf86-input-ws/src/ws.h
+++ b/driver/xf86-input-ws/src/ws.h
@@ -35,17 +35,17 @@ extern int ws_debug_level;
/* axis specific data for wheel */
typedef struct {
- int negative;
- int positive;
- int traveled_distance;
+ int negative;
+ int positive;
+ int traveled_distance;
} WheelAxis, *WheelAxisPtr;
typedef struct WSDevice {
- char *devName; /* device name */
- int type; /* ws device type */
- unsigned int lastButtons; /* last state of buttons */
+ char *devName; /* device name */
+ int type; /* ws device type */
+ unsigned int lastButtons; /* last state of buttons */
int old_ax, old_ay;
- int min_x, max_x, min_y, max_y; /* coord space */
+ int min_x, max_x, min_y, max_y; /* coord space */
int swap_axes;
int raw;
int inv_x, inv_y;