Add patch that contain Mali fixes.
[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