summaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2009-05-20 18:49:52 +0000
committerMåns Rullgård <mans@mansr.com>2009-05-20 18:49:52 +0000
commit26f6a57467c1e0ea96ed577228cdeada0a1f4d44 (patch)
tree53fb6e0c8253f2c8b1343ea554ee1c2efd2ed7a8 /libavcodec/mathops.h
parentd349685bb945e4758e14cb3102944383d0eb19ae (diff)
downloadffmpeg-streaming-26f6a57467c1e0ea96ed577228cdeada0a1f4d44.zip
ffmpeg-streaming-26f6a57467c1e0ea96ed577228cdeada0a1f4d44.tar.gz
mathops: whitespace cosmetics
Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r--libavcodec/mathops.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index b92a6be..1a05787 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 */
OpenPOWER on IntegriCloud