mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-30 08:33:25 +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…
x
Reference in New Issue
Block a user