Commit b72ed9ef authored by michael's avatar michael

remove some purely cosmetical hunks


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4345 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 04fbe1c7
#!/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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment