Imported Debian patch 2:1.15.1-0ubuntu2.6
[deb_xorg-server.git] / fix-patch-whitespace
1 #!/bin/sh
2 git diff --check |
3 sed -n 's!^\([^:]*\):\([^:]*\):.*!sed -i "\2 s/[ \t]*$//; \2 s/ *\t/\t/g" \1!p' |
4 sh