changeset 9678:f1f95c604b56 libavcodec

mathops: whitespace cosmetics
author mru
date Wed, 20 May 2009 18:49:52 +0000
parents 592097778fa0
children 599c7bfa6e20
files mathops.h
diffstat 1 files changed, 4 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/mathops.h	Wed May 20 08:57:32 2009 +0000
+++ b/mathops.h	Wed May 20 18:49:52 2009 +0000
@@ -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 */