mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 10:30:02 +01:00
5 lines
114 B
Text
5 lines
114 B
Text
|
|
#!/bin/sh
|
||
|
|
git diff --check |
|
||
|
|
sed -n 's!^\([^:]*\):\([^:]*\):.*!sed -i "\2 s/[ \t]*$//; \2 s/ *\t/\t/g" \1!p' |
|
||
|
|
sh
|