diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-04-29 16:17:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-04-29 16:17:50 +0000 |
commit | 2805e3b4ebf5486f2993343fe882dd849cc201e9 (patch) | |
tree | de32f7722b4d76b0b479274b8a38aa103c4e42df | |
parent | 2bda41e5b2d9f74ef7e0e18037ff262e76000b77 (diff) | |
download | ffmpeg-2805e3b4ebf5486f2993343fe882dd849cc201e9.tar.gz |
Add missing newlines at end of file.
Originally committed as revision 5335 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | clean-diff | 2 | ||||
-rwxr-xr-x | unwrap-diff | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -16,4 +16,4 @@ FFmpeg README * liba52 and libpostproc are distributed under the GNU General Public License and their compilation and use is optional in ffmpeg. -Fabrice Bellard.
\ No newline at end of file +Fabrice Bellard. diff --git a/clean-diff b/clean-diff index 3a6d19eede..98e26a79f9 100755 --- a/clean-diff +++ b/clean-diff @@ -8,4 +8,4 @@ sed '/^+[^+]/!s/ /TaBBaT/g' |\ sed 's/\(@@[^@]*@@°[^@]*\)/\n\1/g' |\ egrep -v '@@[^@]*@@°(( [^°]*°)|([+-][[:space:]]*°)|(-[[:space:]]*([^°]*)°\+[[:space:]]*\5°))*$' |\ tr -d '\n' |\ - tr '°' '\n'
\ No newline at end of file + tr '°' '\n' diff --git a/unwrap-diff b/unwrap-diff index fc5b63bc55..ccea99b7b4 100755 --- a/unwrap-diff +++ b/unwrap-diff @@ -1,2 +1,2 @@ #!/bin/sh -tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
\ No newline at end of file +tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n' |