From 230babf623f23aac9f3cb62b56c8ce9a1a885e3c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 21 May 2012 10:54:19 +1000 Subject: Fix indentation for the synaptics protocol ops Signed-off-by: Peter Hutterer --- src/synaptics.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 020d424..b482541 100644 --- a/src/synaptics.c +++ b/src/synaptics.c @@ -119,20 +119,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} }; /***************************************************************************** -- cgit v1.2.3