From 7181c4edee636beaf520344766ae5bd8a9d9d15a Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Fri, 27 Jan 2012 10:36:35 -0800 Subject: cosmetics: Remove extra newlines at EOF --- libavutil/intfloat_readwrite.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavutil/intfloat_readwrite.c') 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; } - -- cgit v1.2.3