1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/clean-diff
Michael Niedermayer c66a443401 very tiny script to remove tabs and trailing whitespace from patches
Originally committed as revision 4310 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-26 12:58:54 +00:00

2 lines
114 B
Bash
Executable File

#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//'