summaryrefslogtreecommitdiff
path: root/xserver/fix-patch-whitespace
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2017-12-08 15:02:03 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2017-12-08 15:02:03 +0000
commite2e6e25be1cbd7ecc45bbd9130c4527f7715e547 (patch)
tree85e40fcfbc819cb0394346c69db478a22e9ed122 /xserver/fix-patch-whitespace
parent63d0911c1d9f1be4f8755144bced468fcbc398a6 (diff)
Update to xserver 1.19.5.
Tested by bru@, jsg@ and others
Diffstat (limited to 'xserver/fix-patch-whitespace')
-rw-r--r--xserver/fix-patch-whitespace4
1 files changed, 4 insertions, 0 deletions
diff --git a/xserver/fix-patch-whitespace b/xserver/fix-patch-whitespace
new file mode 100644
index 000000000..2d06d8ea8
--- /dev/null
+++ b/xserver/fix-patch-whitespace
@@ -0,0 +1,4 @@
+#!/bin/sh
+git diff --check |
+sed -n 's!^\([^:]*\):\([^:]*\):.*!sed -i "\2 s/[ \t]*$//; \2 s/ *\t/\t/g" \1!p' |
+sh