diff options
author | Alex Converse <alex.converse@gmail.com> | 2012-01-27 10:36:35 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-01-27 17:19:09 -0800 |
commit | 7181c4edee636beaf520344766ae5bd8a9d9d15a (patch) | |
tree | f60f2392bdad7910b446e259b8c6f66fe31078ca /libavutil/intfloat_readwrite.c | |
parent | e771e6dd63e837220aa5d959486546d2be972e83 (diff) | |
download | ffmpeg-7181c4edee636beaf520344766ae5bd8a9d9d15a.tar.gz |
cosmetics: Remove extra newlines at EOF
Diffstat (limited to 'libavutil/intfloat_readwrite.c')
-rw-r--r-- | libavutil/intfloat_readwrite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c index 4c8de7b7a8..68385635ef 100644 --- a/libavutil/intfloat_readwrite.c +++ b/libavutil/intfloat_readwrite.c @@ -95,4 +95,3 @@ AVExtFloat av_dbl2ext(double d){ ext.exponent[0] |= 0x80; return ext; } - |