summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-11-19 13:28:00 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-11-19 21:38:25 +1000
commitb13a40cb9c2015093cc9e12fb1ecc1cedbe8925c (patch)
tree647958cf345d5554078a0c729c268833731c4561 /conf
parent32e21fe93b7f7e2076f7dcdfea582a39c4474a12 (diff)
downloadxf86-input-wacom-b13a40cb9c2015093cc9e12fb1ecc1cedbe8925c.tar.gz
Remove trailing whitespaces
sed -i 's/ *$//' $(git ls-files) Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/Makefile.am b/conf/Makefile.am
index 8e8a99f..603825c 100644
--- a/conf/Makefile.am
+++ b/conf/Makefile.am
@@ -17,7 +17,7 @@ unitdir = $(SYSTEMD_UNIT_DIR)
unit_DATA = wacom-inputattach@.service
$(unit_DATA): $(unit_DATA).in
- $(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g' < $< > $@
+ $(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g' < $< > $@
CLEANFILES += wacom-inputattach@.service
endif