OSDN Git Service

mathops: whitespace cosmetics
authorMåns Rullgård <mans@mansr.com>
Wed, 20 May 2009 18:49:52 +0000 (18:49 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 20 May 2009 18:49:52 +0000 (18:49 +0000)
Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mathops.h

index b92a6be..1a05787 100644 (file)
 #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 */