From 6ae0d1bac478e8ecd5cdddf61b92c6b80cb9be6f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 22 Nov 2022 09:56:12 +1000 Subject: [PATCH] tools: fix a tab after space whitespace issue Signed-off-by: Peter Hutterer --- tools/ptraccel-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ptraccel-debug.c b/tools/ptraccel-debug.c index 5e403b66..3fbdf876 100644 --- a/tools/ptraccel-debug.c +++ b/tools/ptraccel-debug.c @@ -189,7 +189,7 @@ usage(void) " linear ... the default motion filter\n" " low-dpi ... low-dpi filter, use --dpi with this argument\n" " touchpad ... the touchpad motion filter\n" - " x230 ... custom filter for the Lenovo x230 touchpad\n" + " x230 ... custom filter for the Lenovo x230 touchpad\n" " trackpoint... trackpoint motion filter\n" "\n" "If extra arguments are present and mode is not given, mode defaults to 'sequence'\n"