From 26f6a57467c1e0ea96ed577228cdeada0a1f4d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 20 May 2009 18:49:52 +0000 Subject: [PATCH] mathops: whitespace cosmetics Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mathops.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index b92a6be137..1a05787806 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -25,21 +25,13 @@ #include "libavutil/common.h" #if ARCH_X86 - -#include "x86/mathops.h" - +# include "x86/mathops.h" #elif ARCH_ARM - -#include "arm/mathops.h" - +# include "arm/mathops.h" #elif ARCH_PPC - -#include "ppc/mathops.h" - +# include "ppc/mathops.h" #elif ARCH_BFIN - -#include "bfin/mathops.h" - +# include "bfin/mathops.h" #endif /* generic implementation */