summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-07-11 10:59:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-07-11 10:59:20 +1000
commit1978a2555b338e5177523046e6338f58a4253951 (patch)
tree82a141fae2eb51aef951fb3fde1d10750b44875f
parent0909a1a76546284f27fb1b17a6f545a04537cc36 (diff)
downloadxorg-driver-xf86-input-libinput-1978a2555b338e5177523046e6338f58a4253951.tar.gz
Minor whitespace fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--src/xf86libinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xf86libinput.c b/src/xf86libinput.c
index 34f1102..9b84609 100644
--- a/src/xf86libinput.c
+++ b/src/xf86libinput.c
@@ -2922,7 +2922,7 @@ xf86libinput_parse_draglock_option(InputInfoPtr pInfo,
{
char *str;
- str = xf86SetStrOption(pInfo->options, "DragLockButtons",NULL);
+ str = xf86SetStrOption(pInfo->options, "DragLockButtons", NULL);
if (draglock_init_from_string(&driver_data->draglock, str) != 0)
xf86IDrvMsg(pInfo, X_ERROR,
"Invalid DragLockButtons option: \"%s\"\n",