diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2005-05-26 12:58:54 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-05-26 12:58:54 +0000 |
commit | c66a443401bbf38a3c79070d499fcb5601c95cea (patch) | |
tree | 7eeeb96f47be2d3575b62d6af907014c76de8ae4 | |
parent | ded78ac08615c2461e6078b1c3b599ca5b4199bc (diff) | |
download | ffmpeg-c66a443401bbf38a3c79070d499fcb5601c95cea.tar.gz |
very tiny script to remove tabs and trailing whitespace from patches
Originally committed as revision 4310 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | clean-diff | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clean-diff b/clean-diff new file mode 100755 index 0000000000..6964d34c1a --- /dev/null +++ b/clean-diff @@ -0,0 +1,2 @@ +#!/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 |