From: mru Date: Wed, 20 May 2009 18:49:52 +0000 (+0000) Subject: mathops: whitespace cosmetics X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/fee186f5ca845841357f2d3a8c7df4ee3c3ce126 mathops: whitespace cosmetics git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index b92a6be13..1a0578780 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 */