提交 c62112ff 编写于 作者: M Michael Niedermayer

remove some purely cosmetical hunks

Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 47805d21
#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' | expand -t `seq -s , 9 8 200` | sed 's/TaBBaT/ /g' | sed '/^+[^+]/s/ * $//' | tr -d '\015'
\ No newline at end of file
sed '/^+[^+]/!s/ /TaBBaT/g' |\
expand -t `seq -s , 9 8 200` |\
sed 's/TaBBaT/ /g' |\
sed '/^+[^+]/s/ * $//' |\
tr -d '\015' |\
tr '\n' '' |\
sed 's/\(@@[^@]*@@[^@]*\)/\n\1/g' |\
egrep -v '@@[^@]*@@(( [^]*)|([+-][[:space:]]*)|(-[[:space:]]*([^]*)\+[[:space:]]*\5))*$' |\
tr -d '\n' |\
tr '' '\n'
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册