[PATCH synaptics 6/9] Fix indentation for the synaptics protocol ops
Peter Hutterer
peter.hutterer at who-t.net
Wed May 30 22:20:04 PDT 2012
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/synaptics.c | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/src/synaptics.c b/src/synaptics.c
index 1b65918..2a79a6d 100644
--- a/src/synaptics.c
+++ b/src/synaptics.c
@@ -147,20 +147,16 @@ const static struct {
struct SynapticsProtocolOperations *proto_ops;
} protocols[] = {
#ifdef BUILD_EVENTCOMM
- {
- "event", &event_proto_operations},
+ { "event", &event_proto_operations},
#endif
#ifdef BUILD_PSMCOMM
- {
- "psm", &psm_proto_operations},
+ { "psm", &psm_proto_operations},
#endif
#ifdef BUILD_PS2COMM
- {
- "psaux", &psaux_proto_operations}, {
- "alps", &alps_proto_operations},
+ { "psaux", &psaux_proto_operations},
+ { "alps", &alps_proto_operations},
#endif
- {
- NULL, NULL}
+ { NULL, NULL}
};
InputDriverRec SYNAPTICS = {
--
1.7.10.1
More information about the xorg-devel
mailing list