summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-01-28 10:48:50 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-01-30 09:47:19 +1000
commitdcdf1e24c8427ecac3bff315b85e8273b849a1da (patch)
treea5930bcb0ffb0228e51fc0df6f239f24dc46c7af /src
parent64e1b145982a9a9870fee8ce9e4404662151319e (diff)
Formatting fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src')
-rw-r--r--src/libinput.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/libinput.c b/src/libinput.c
index 2563efe..85824ce 100644
--- a/src/libinput.c
+++ b/src/libinput.c
@@ -1115,9 +1115,10 @@ xf86libinput_parse_options(InputInfoPtr pInfo,
}
-static int xf86libinput_pre_init(InputDriverPtr drv,
- InputInfoPtr pInfo,
- int flags)
+static int
+xf86libinput_pre_init(InputDriverPtr drv,
+ InputInfoPtr pInfo,
+ int flags)
{
struct xf86libinput *driver_data = NULL;
struct libinput *libinput = NULL;