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/crc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavutil/crc.h') diff --git a/libavutil/crc.h b/libavutil/crc.h index a934119413..5c25607bbc 100644 --- a/libavutil/crc.h +++ b/libavutil/crc.h @@ -41,4 +41,3 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id); uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure; #endif /* AVUTIL_CRC_H */ - -- cgit v1.2.3