Commit c66a4434 authored by Michael Niedermayer's avatar Michael Niedermayer

very tiny script to remove tabs and trailing whitespace from patches

Originally committed as revision 4310 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ded78ac0
#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//'
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment