summaryrefslogtreecommitdiff
path: root/tools/xsetwacom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xsetwacom.c')
-rw-r--r--tools/xsetwacom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index cb5b7f0..4b3b022 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -1367,14 +1367,14 @@ static Bool parse_actions(Display *dpy, int argc, char **argv, unsigned long* da
int nwords = 0;
char **words = NULL;
int n;
-
+
/* translate cmdline commands */
words = strjoinsplit(argc, argv, &nwords);
if (nwords==1 && sscanf(words[0], "%d", &n) == 1)
{ /* Mangle "simple" button maps into proper actions */
char *nargv[1];
-
+
for (i = 0; i < nwords; i++)
free(words[i]);
free(words);