Commit fee186f5 authored by mru's avatar mru

mathops: whitespace cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a491658d
...@@ -25,21 +25,13 @@ ...@@ -25,21 +25,13 @@
#include "libavutil/common.h" #include "libavutil/common.h"
#if ARCH_X86 #if ARCH_X86
# include "x86/mathops.h"
#include "x86/mathops.h"
#elif ARCH_ARM #elif ARCH_ARM
# include "arm/mathops.h"
#include "arm/mathops.h"
#elif ARCH_PPC #elif ARCH_PPC
# include "ppc/mathops.h"
#include "ppc/mathops.h"
#elif ARCH_BFIN #elif ARCH_BFIN
# include "bfin/mathops.h"
#include "bfin/mathops.h"
#endif #endif
/* generic implementation */ /* generic implementation */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment