diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-02 19:27:52 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-02 19:27:52 +0000 |
commit | b9676a49e5a29d619bcd8402e4541d7749197922 (patch) | |
tree | 67cdb12cda42de5facadc0a36125a32354b3bc29 /xserver/fix-patch-whitespace | |
parent | fbf6414f58c54aab6ef37e4d066bb2699f118269 (diff) |
Update to xserver 1.15.1.
Tested by at least ajacoutot@, dcoppa@ & jasper@
Diffstat (limited to 'xserver/fix-patch-whitespace')
-rw-r--r-- | xserver/fix-patch-whitespace | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xserver/fix-patch-whitespace b/xserver/fix-patch-whitespace deleted file mode 100644 index 2d06d8ea8..000000000 --- a/xserver/fix-patch-whitespace +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -git diff --check | -sed -n 's!^\([^:]*\):\([^:]*\):.*!sed -i "\2 s/[ \t]*$//; \2 s/ *\t/\t/g" \1!p' | -sh |