summaryrefslogtreecommitdiff
path: root/synaptics.h
diff options
context:
space:
mode:
Diffstat (limited to 'synaptics.h')
-rw-r--r--synaptics.h6
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_ */