From b13a40cb9c2015093cc9e12fb1ecc1cedbe8925c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 19 Nov 2021 13:28:00 +1000 Subject: Remove trailing whitespaces sed -i 's/ *$//' $(git ls-files) Signed-off-by: Peter Hutterer --- tools/xsetwacom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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); -- cgit v1.2.1