# HG changeset patch # User mru # Date 1242845392 0 # Node ID f1f95c604b568e821e794e3f14f89f446a2b10de # Parent 592097778fa021872c73a2b5603d08c745bca569 mathops: whitespace cosmetics diff -r 592097778fa0 -r f1f95c604b56 mathops.h --- 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 */