diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-11 10:59:20 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2018-07-11 10:59:20 +1000 |
commit | 1978a2555b338e5177523046e6338f58a4253951 (patch) | |
tree | 82a141fae2eb51aef951fb3fde1d10750b44875f | |
parent | 0909a1a76546284f27fb1b17a6f545a04537cc36 (diff) |
Minor whitespace fix
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | src/xf86libinput.c | 2 |
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", |