mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
very tiny script to remove tabs and trailing whitespace from patches
Originally committed as revision 4310 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ded78ac086
commit
c66a443401
2
clean-diff
Executable file
2
clean-diff
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//'
|
Loading…
Reference in New Issue
Block a user