From 115329f16062074e11ccf3b89ead6176606c9696 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 17 Dec 2005 18:14:38 +0000 Subject: COSMETICS: Remove all trailing whitespace. Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/faandct.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/faandct.h') diff --git a/libavcodec/faandct.h b/libavcodec/faandct.h index c40f8016b1..8051f01f7f 100644 --- a/libavcodec/faandct.h +++ b/libavcodec/faandct.h @@ -20,12 +20,12 @@ /** * @file faandct.h - * @brief + * @brief * Floating point AAN DCT * @author Michael Niedermayer */ - + #define FAAN_POSTSCALE - + void ff_faandct(DCTELEM * data); void ff_faandct248(DCTELEM * data); -- cgit v1.2.3