diff options
author | Peter Osterlund <petero2@telia.com> | 2003-07-13 21:18:44 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:01:01 +0200 |
commit | 689f4024671595c9cabb13d287719c3bea8da1b1 (patch) | |
tree | 7069587ca8972ffee021d810fc6e9227c487ae5e /synaptics.h | |
parent | 4864a703b01effb0d9c38da66939e3f5df302a0b (diff) |
Removed trailing whitespace.
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/synaptics.h b/synaptics.h index a573a2f..f735d7c 100644 --- a/synaptics.h +++ b/synaptics.h @@ -72,13 +72,13 @@ struct input_event { }; -typedef struct _SynapticsTapRec +typedef struct _SynapticsTapRec { int x, y; unsigned int millis; } SynapticsTapRec; -typedef struct _SynapticsMoveHist +typedef struct _SynapticsMoveHist { int x, y; } SynapticsMoveHistRec; @@ -176,7 +176,7 @@ static void PrintIdent(SynapticsPrivatePtr); #endif -/* +/* * DO NOT PUT ANYTHING AFTER THIS ENDIF */ #endif /* _SYNAPTICS_H_ */ |