diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-06-12 03:19:08 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2012-06-12 03:21:07 +0000 |
commit | a7fbc5d004c4ce52bfdf1d7d5063c4637bd19bd3 (patch) | |
tree | 69e198377536e4388c851a07256848965c8450c0 | |
parent | dc1c79be1bfc76839b1fd277a55e6baad4379498 (diff) | |
download | ffmpeg-a7fbc5d004c4ce52bfdf1d7d5063c4637bd19bd3.tar.gz |
libvorbis: cosmetics: remove empty line at EOF
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | libavcodec/libvorbis.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libvorbis.c b/libavcodec/libvorbis.c index ba786e8184..1324e49e87 100644 --- a/libavcodec/libvorbis.c +++ b/libavcodec/libvorbis.c @@ -558,4 +558,3 @@ AVCodec ff_libvorbis_decoder = { .close = oggvorbis_decode_close, .capabilities = CODEC_CAP_DELAY, } ; - |